File tree 2 files changed +6
-1
lines changed
2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 7
7
8
8
'abseil_revision' : '5be22f98733c674d532598454ae729253bc53e82' ,
9
9
'effcee_revision' : '19b4aa87af25cb4ee779a071409732f34bfc305c' ,
10
- 'glslang_revision' : '1e4f53ab2de355296de690583bd26818264b25ff ' ,
10
+ 'glslang_revision' : '05ba15169ea4b1471e18305786f12526600a7810 ' ,
11
11
'googletest_revision' : 'e47544ad31cb3ceecd04cc13e8fe556f8df9fe0b' ,
12
12
're2_revision' : 'c9cba76063cf4235c1a15dd14a24a4ef8d623761' ,
13
13
'spirv_headers_revision' : '4f7b471f1a66b6d06462cd4ba57628cc0cd087d7' ,
Original file line number Diff line number Diff line change @@ -83,6 +83,11 @@ endif()
83
83
84
84
if (NOT TARGET glslang)
85
85
if (IS_DIRECTORY ${SHADERC_GLSLANG_DIR} )
86
+ if (SHADERC_ENABLE_TESTS)
87
+ # Glslang tests are off by default. Turn them on if testing Shaderc.
88
+ set (GLSLANG_TESTS ON )
89
+ endif ()
90
+ set (GLSLANG_ENABLE_INSTALL $<NOT :${SKIP_GLSLANG_INSTALL} >)
86
91
add_subdirectory (${SHADERC_GLSLANG_DIR} glslang)
87
92
endif ()
88
93
if (NOT TARGET glslang)
You can’t perform that action at this time.
0 commit comments