Files
Pulse/Examples/OpenGL/xmake.lua
2025-03-21 21:31:15 +01:00

8 lines
136 B
Lua

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