diff --git a/.gitmodules b/.gitmodules index d9a45447..741c4b5e 100644 --- a/.gitmodules +++ b/.gitmodules @@ -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 diff --git a/3rdpty/glslang b/3rdpty/glslang deleted file mode 160000 index 95609e6d..00000000 --- a/3rdpty/glslang +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 95609e6d923a9cf9593afca36ab1c419999f3519 diff --git a/CMakeLists.txt b/CMakeLists.txt index 1a836190..d9f341d7 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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)