BUILD: Refactor spirv submodule (#10384)

* relocated SPIRV files

* updated gitmodule paths for Vulkan submodules

* cleaned up Vulkan child builds

* updated gitignore
This commit is contained in:
polar
2021-06-01 08:53:58 +01:00
committed by GitHub
parent 20e25cd928
commit b8b5b93b63
19 changed files with 99 additions and 99 deletions
+3
View File
@@ -0,0 +1,3 @@
set(SKIP_SPIRV_TOOLS_INSTALL ON CACHE BOOL "Skip spirv-tools install" FORCE)
set(SPIRV-Headers_SOURCE_DIR "${CMAKE_CURRENT_SOURCE_DIR}/SPIRV-Headers" CACHE STRING "SPIRV-Headers path" FORCE)
add_subdirectory(SPIRV-Tools)