Files
Pulse/Examples/Metal/xmake.lua

5 lines
77 B
Lua

target("MetalExample")
add_deps("pulse_gpu")
add_files("*.c")
target_end()