Avoid CMake SPIR-V module dependencies
This commit is contained in:
parent
fe67a427ff
commit
664569a3b8
1 changed files with 1 additions and 1 deletions
|
@ -86,7 +86,7 @@ endif()
|
|||
enable_testing(true)
|
||||
|
||||
# SPIR-V headers
|
||||
add_subdirectory(externals/SPIRV-Headers)
|
||||
add_subdirectory(externals/SPIRV-Headers EXCLUDE_FROM_ALL)
|
||||
|
||||
# Sirit project files
|
||||
add_subdirectory(src)
|
||||
|
|
Loading…
Reference in a new issue