NazaraEngine/examples/DeferredShading/xmake.lua

4 lines
77 B
Lua

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