Browse Source
Merge pull request #12887 from abouvier/cmake-vulkan-headers
cmake: use vulkan-headers config file
pull/15/merge
liamwhite
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
1 deletions
-
CMakeLists.txt
|
|
|
@ -307,7 +307,7 @@ find_package(ZLIB 1.2 REQUIRED) |
|
|
|
find_package(zstd 1.5 REQUIRED) |
|
|
|
|
|
|
|
if (NOT YUZU_USE_EXTERNAL_VULKAN_HEADERS) |
|
|
|
find_package(Vulkan 1.3.274 REQUIRED) |
|
|
|
find_package(VulkanHeaders 1.3.274 REQUIRED) |
|
|
|
endif() |
|
|
|
|
|
|
|
if (NOT YUZU_USE_EXTERNAL_VULKAN_UTILITY_LIBRARIES) |
|
|
|
|