NazaraEngine/tests/GraphicsTest/xmake.lua

4 lines
74 B
Lua

target("GraphicsTest")
add_deps("NazaraGraphics")
add_files("main.cpp")