mirror of
https://github.com/Kbz-8/Pulse.git
synced 2026-01-11 07:23:35 +00:00
working on vulkan
This commit is contained in:
@@ -4,5 +4,4 @@ target("LoadingPulse")
|
||||
set_extension(".x86_64")
|
||||
end
|
||||
add_files("main.c")
|
||||
set_targetdir("build/")
|
||||
target_end()
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
option("tests", { description = "Build tests", default = true })
|
||||
option("tests", { description = "Build tests", default = false })
|
||||
|
||||
if has_config("tests") then
|
||||
set_group("Tests")
|
||||
|
||||
Reference in New Issue
Block a user