Can now configure Vulkan with JSON. ENJOY!
This commit is contained in:
parent
a996440c61
commit
883f683ce4
6 changed files with 96 additions and 15 deletions
|
|
@ -104,6 +104,7 @@ else
|
|||
})
|
||||
endif
|
||||
|
||||
json = subproject('nlohmann_json').get_variable('nlohmann_json_dep')
|
||||
vkbootstrap_proj = cmake.subproject('vk-bootstrap', options: vk_opts)
|
||||
vkbootstrap = vkbootstrap_proj.get_variable('vk_bootstrap_dep')
|
||||
|
||||
|
|
@ -113,6 +114,7 @@ dependencies += [
|
|||
glm,
|
||||
imgui,
|
||||
sdl2,
|
||||
json,
|
||||
]
|
||||
|
||||
sources = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue