Files
Pulse/Tests/LoadingPulse/xmake.lua
2024-10-08 15:23:20 +02:00

8 lines
138 B
Lua

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