NazaraEngine/tests/GraphicsTest/xmake.lua

3 lines
73 B
Lua

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