mirror of
https://github.com/Lime3DS/Lime3DS
synced 2025-01-09 13:43:27 +00:00
externals: allow external SPIR-V Optimization
This commit is contained in:
parent
870e32be6f
commit
f9a44c30b6
1 changed files with 1 additions and 0 deletions
1
externals/CMakeLists.txt
vendored
1
externals/CMakeLists.txt
vendored
|
@ -392,6 +392,7 @@ if (ENABLE_VULKAN)
|
|||
set(ENABLE_CTEST OFF CACHE BOOL "")
|
||||
set(ENABLE_HLSL OFF CACHE BOOL "")
|
||||
set(BUILD_EXTERNAL OFF CACHE BOOL "")
|
||||
set(ALLOW_EXTERNAL_SPIRV_TOOLS ON)
|
||||
add_subdirectory(glslang)
|
||||
endif()
|
||||
|
||||
|
|
Loading…
Reference in a new issue