NazaraEngine/examples/PhysicallyBasedRendering/xmake.lua

6 lines
108 B
Lua

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