Files
Pulse/Tests/xmake.lua
2024-10-08 15:23:20 +02:00

7 lines
144 B
Lua

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