NazaraEngine/examples/DeferredShading/xmake.lua

8 lines
166 B
Lua

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