Do not build SPIRV-Tools executables

This commit is contained in:
spectranator 2024-05-06 21:04:31 +02:00
parent bddfb77343
commit 82fce02827

View file

@ -168,6 +168,7 @@ endif()
# SPIRV-Tools
if (YUZU_USE_EXTERNAL_VULKAN_SPIRV_TOOLS)
set(SPIRV_SKIP_EXECUTABLES ON)
add_subdirectory(SPIRV-Tools)
endif()