NazaraEngine/examples/GraphicsTest/xmake.lua

5 lines
116 B
Lua

target("GraphicsTest")
set_group("Examples")
set_kind("binary")
add_deps("NazaraGraphics")
add_files("main.cpp")