Replace Vulkan-SDK with Vulkan Headers

This commit is contained in:
ArtemisX64 2022-08-25 13:31:32 +09:00
parent 1f86daa55d
commit 8b7738f0ab
511 changed files with 9 additions and 3 deletions

View file

@ -70,8 +70,7 @@ find_package(ZLIB REQUIRED)
find_package(zstd CONFIG REQUIRED)
if (ENABLE_VULKAN)
find_package(Vulkan REQUIRED)
include_directories("${Vulkan_INCLUDE_DIRS}")
include_directories("dependencies/Vulkan-Headers/include")
endif()
if (ENABLE_OPENGL)