Files
Pulse/Examples/D3D11/xmake.lua
2025-04-13 00:43:33 +02:00

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()