This commit is contained in:
2025-04-13 00:43:33 +02:00
parent 63b336783b
commit e7f1c877e0
13 changed files with 225 additions and 3 deletions

View File

@@ -14,4 +14,7 @@ if has_config("examples") then
if has_config("software") then
includes("Software/xmake.lua")
end
if has_config("d3d11") then
includes("D3D11/xmake.lua")
end
end