Files
Pulse/Examples/D3D11/xmake.lua

8 lines
135 B
Lua

target("D3D11Example")
add_deps("pulse_gpu")
if is_plat("linux") then
set_extension(".x86_64")
end
add_files("*.c")
target_end()