This commit is contained in:
2025-03-21 21:31:15 +01:00
parent d18a38f928
commit 35d1c0ff7f
13 changed files with 225 additions and 9 deletions

7
Examples/OpenGL/xmake.lua git.filemode.normal_file
View File

@@ -0,0 +1,7 @@
target("OpenGLExample")
add_deps("pulse_gpu")
if is_plat("linux") then
set_extension(".x86_64")
end
add_files("*.c")
target_end()