This commit is contained in:
2025-02-26 22:05:06 +01:00
parent 39794a27d9
commit 726bbdf389
8 changed files with 125 additions and 23 deletions

View File

@@ -2,5 +2,8 @@ option("examples", { description = "Build the examples", default = false })
if has_config("examples") then
set_group("Examples")
includes("*/xmake.lua")
if not is_plat("wasm") then
includes("Vulkan/xmake.lua")
end
includes("WebGPU/xmake.lua")
end