mirror of
https://github.com/Kbz-8/Pulse.git
synced 2026-01-11 15:33:34 +00:00
adding Vulkan device creation, adding unit tests, adding few API function declarations
This commit is contained in:
7
Examples/xmake.lua
git.filemode.normal_file
7
Examples/xmake.lua
git.filemode.normal_file
@@ -0,0 +1,7 @@
|
||||
option("examples", { description = "Build the examples", default = false })
|
||||
|
||||
if has_config("examples") then
|
||||
set_group("Examples")
|
||||
includes("*/xmake.lua")
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user