mirror of
https://github.com/cemu-project/Cemu.git
synced 2025-07-02 13:01:18 +12:00
Replace Vulkan-SDK with Vulkan Headers
This commit is contained in:
parent
1f86daa55d
commit
8b7738f0ab
511 changed files with 9 additions and 3 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue