删除应重复引用glslang工程造成的后续工程不能创建问题
This commit is contained in:
parent
57838232f6
commit
fc440bc4d4
3
.gitmodules
vendored
3
.gitmodules
vendored
@ -4,9 +4,6 @@
|
|||||||
[submodule "3rdpty/SPIRV-Cross"]
|
[submodule "3rdpty/SPIRV-Cross"]
|
||||||
path = 3rdpty/SPIRV-Cross
|
path = 3rdpty/SPIRV-Cross
|
||||||
url = https://github.com/KhronosGroup/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"]
|
[submodule "3rdpty/jsoncpp"]
|
||||||
path = 3rdpty/jsoncpp
|
path = 3rdpty/jsoncpp
|
||||||
url = https://github.com/open-source-parsers/jsoncpp
|
url = https://github.com/open-source-parsers/jsoncpp
|
||||||
|
@ -1 +0,0 @@
|
|||||||
Subproject commit 95609e6d923a9cf9593afca36ab1c419999f3519
|
|
@ -62,7 +62,6 @@ add_subdirectory(${SPIRV_CROSS_PATH})
|
|||||||
|
|
||||||
SET(ULRE_RUNTIME_PATH ${CMAKE_CURRENT_SOURCE_DIR})
|
SET(ULRE_RUNTIME_PATH ${CMAKE_CURRENT_SOURCE_DIR})
|
||||||
|
|
||||||
add_subdirectory(3rdpty/glslang)
|
|
||||||
add_subdirectory(3rdpty/MathGeoLib)
|
add_subdirectory(3rdpty/MathGeoLib)
|
||||||
add_subdirectory(3rdpty/NvTriStrip)
|
add_subdirectory(3rdpty/NvTriStrip)
|
||||||
add_subdirectory(3rdpty/assimp)
|
add_subdirectory(3rdpty/assimp)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user