Files
NazaraEngine/examples/xmake.lua
SirLynix 4b804dc613 Move ComputeTest,GraphicsTest,RenderTest and Std140Debug to the tests folder
Also renamed NazaraUnitTests to UnitTests
2022-12-26 08:44:11 +01:00

8 lines
156 B
Lua

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