xmake:脚本补正。

This commit is contained in:
taynpg 2025-01-14 13:04:01 +08:00
parent 2be0e96317
commit c7a34b03ff

View File

@ -10,6 +10,7 @@ if is_mode("debug") then
set_suffixname("d")
end
add_includedirs(path.join(os.scriptdir(), "include"), {public = true})
add_includedirs(path.join(os.scriptdir(), "3rd"), {public = true})
target("ofen")
add_options("boost")
set_kind("static")