Files
Pulse/Examples/Software/xmake.lua
2025-03-02 21:37:17 +01:00

8 lines
138 B
Lua

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