File tree Expand file tree Collapse file tree 4 files changed +2
-10
lines changed Expand file tree Collapse file tree 4 files changed +2
-10
lines changed Original file line number Diff line number Diff line change 1
- [submodule "3rdparty/SPIRV-Headers "]
2
- path = 3rdparty/SPIRV-Headers
3
- url = https://github.com/KhronosGroup/SPIRV-Headers.git
4
- [submodule "3rdparty/SPIRV-Tools "]
5
- path = 3rdparty/SPIRV-Tools
6
- url = https://github.com/KhronosGroup/SPIRV-Tools.git
7
1
[submodule "3rdparty/glslang "]
8
2
path = 3rdparty/glslang
9
3
url = https://github.com/devshgraphicsprogramming/glslang.git
Original file line number Diff line number Diff line change @@ -122,11 +122,11 @@ CACHE INTERNAL "" FORCE)
122
122
123
123
set (SPIRV_HEADERS_SKIP_INSTALL ON CACHE INTERNAL "Skip SPIRV-Headers install" )
124
124
set (SPIRV_HEADERS_SKIP_EXAMPLES ON CACHE INTERNAL "Skip SPIRV-Headers examples" )
125
- add_subdirectory (SPIRV-Headers SPIRV-Headers EXCLUDE_FROM_ALL )
125
+ add_subdirectory (dxc/dxc/external/ SPIRV-Headers dxc/external/ SPIRV-Headers EXCLUDE_FROM_ALL )
126
126
set (SKIP_SPIRV_TOOLS_INSTALL ON CACHE INTERNAL "Skip SPIRV-Tools install" )
127
127
set (SPIRV_SKIP_TESTS ON CACHE INTERNAL "Skip SPIRV-Tools tests" )
128
128
set (SPIRV_SKIP_EXECUTABLES ON CACHE INTERNAL "Skip SPIRV-Tools executable build" )
129
- add_subdirectory (SPIRV-Tools SPIRV-Tools EXCLUDE_FROM_ALL )
129
+ add_subdirectory (dxc/dxc/external/ SPIRV-Tools dxc/external/ SPIRV-Tools EXCLUDE_FROM_ALL )
130
130
set (SKIP_GLSLANG_INSTALL ON CACHE INTERNAL "Skip glslang install" )
131
131
set (ENABLE_SPVREMAPPER OFF CACHE INTERNAL "SPVRemapper is a spirv compression experimental library" )
132
132
set (ENABLE_GLSLANG_BINARIES OFF CACHE INTERNAL "Build glslangValidator and spirv-remap?" )
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments