NazaraEngine/examples/PhysicallyBasedRendering/xmake.lua

8 lines
152 B
Lua

target("PBR")
add_deps("NazaraGraphics")
add_files("main.cpp")
if is_plat("wasm") then
add_ldflags("--preload-file assets/", {force = true})
end