Files
NazaraEngine/tests/RenderTest/xmake.lua
2023-02-02 20:34:25 +01:00

8 lines
168 B
Lua

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