NazaraEngine/examples/PhysicallyBasedRendering/xmake.lua

4 lines
65 B
Lua

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