NazaraEngine/tests/xmake.lua

8 lines
144 B
Lua

option("tests", { description = "Build tests", default = true })
if has_config("tests") then
set_group("Tests")
includes("*/xmake.lua")
end