LÖVR no longer depends on system-installed Vulkan;

Experimental.
This commit is contained in:
bjorn 2022-11-14 20:54:43 -08:00
parent 58dc7ee9dd
commit b9ef1772da
3 changed files with 5 additions and 2 deletions

3
.gitmodules vendored
View File

@ -22,3 +22,6 @@
[submodule "deps/glslang"]
path = deps/glslang
url = https://github.com/bjornbytes/glslang
[submodule "deps/vulkan-headers"]
path = deps/vulkan-headers
url = https://github.com/KhronosGroup/Vulkan-Headers

View File

@ -192,8 +192,7 @@ endif()
# Vulkan
if(LOVR_USE_VULKAN)
find_package(Vulkan REQUIRED)
include_directories(${Vulkan_INCLUDE_DIRS})
include_directories(deps/vulkan-headers/include)
endif()
# OpenXR

1
deps/vulkan-headers vendored Submodule

@ -0,0 +1 @@
Subproject commit 29c0457cc167bfc9e9361a3818440e388986f5b5