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

View File

@@ -8,6 +8,9 @@ if has_config("examples") then
if has_config("webgpu") then
includes("WebGPU/xmake.lua")
end
if has_config("opengl") then
includes("OpenGL/xmake.lua")
end
if has_config("software") then
includes("Software/xmake.lua")
end