mirror of
https://codeberg.org/yuzu-emu/yuzu.git
synced 2025-12-16 12:09:04 +00:00
Do not build SPIRV-Tools executables
This commit is contained in:
parent
2c34a4c7db
commit
e1d0c6680c
1
externals/CMakeLists.txt
vendored
1
externals/CMakeLists.txt
vendored
@ -167,6 +167,7 @@ if (YUZU_USE_EXTERNAL_VULKAN_UTILITY_LIBRARIES)
|
||||
endif()
|
||||
# SPIRV-Tools
|
||||
if (YUZU_USE_EXTERNAL_VULKAN_SPIRV_TOOLS)
|
||||
set(SPIRV_SKIP_EXECUTABLES ON)
|
||||
add_subdirectory(SPIRV-Tools)
|
||||
endif()
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user