mirror of
https://github.com/Kbz-8/Pulse.git
synced 2026-01-11 15:33:34 +00:00
7 lines
143 B
Lua
7 lines
143 B
Lua
option("tests", { description = "Build tests", default = true })
|
|
|
|
if has_config("tests") then
|
|
set_group("Tests")
|
|
includes("*/xmake.lua")
|
|
end
|