删除应重复引用glslang工程造成的后续工程不能创建问题

This commit is contained in:
hyzboy 2019-08-18 04:33:41 +08:00
parent 57838232f6
commit fc440bc4d4
3 changed files with 0 additions and 5 deletions

3
.gitmodules vendored
View File

@ -4,9 +4,6 @@
[submodule "3rdpty/SPIRV-Cross"]
path = 3rdpty/SPIRV-Cross
url = https://github.com/KhronosGroup/SPIRV-Cross
[submodule "3rdpty/glslang"]
path = 3rdpty/glslang
url = https://github.com/KhronosGroup/glslang.git
[submodule "3rdpty/jsoncpp"]
path = 3rdpty/jsoncpp
url = https://github.com/open-source-parsers/jsoncpp

@ -1 +0,0 @@
Subproject commit 95609e6d923a9cf9593afca36ab1c419999f3519

View File

@ -62,7 +62,6 @@ add_subdirectory(${SPIRV_CROSS_PATH})
SET(ULRE_RUNTIME_PATH ${CMAKE_CURRENT_SOURCE_DIR})
add_subdirectory(3rdpty/glslang)
add_subdirectory(3rdpty/MathGeoLib)
add_subdirectory(3rdpty/NvTriStrip)
add_subdirectory(3rdpty/assimp)