adding software computer base

This commit is contained in:
2025-03-02 21:37:17 +01:00
parent 93a69d37e9
commit 9771dcc530
25 changed files with 539 additions and 25 deletions

View File

@@ -8,4 +8,7 @@ if has_config("examples") then
if has_config("webgpu") then
includes("WebGPU/xmake.lua")
end
if has_config("software") then
includes("Software/xmake.lua")
end
end