Do not build SPIRV-Tools executables
This commit is contained in:
parent
bddfb77343
commit
82fce02827
1 changed files with 1 additions and 0 deletions
1
externals/CMakeLists.txt
vendored
1
externals/CMakeLists.txt
vendored
|
@ -168,6 +168,7 @@ endif()
|
|||
|
||||
# SPIRV-Tools
|
||||
if (YUZU_USE_EXTERNAL_VULKAN_SPIRV_TOOLS)
|
||||
set(SPIRV_SKIP_EXECUTABLES ON)
|
||||
add_subdirectory(SPIRV-Tools)
|
||||
endif()
|
||||
|
||||
|
|
Loading…
Reference in a new issue