From fc440bc4d40be5fa22c6d39497feed4354c36257 Mon Sep 17 00:00:00 2001 From: hyzboy Date: Sun, 18 Aug 2019 04:33:41 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=E5=BA=94=E9=87=8D=E5=A4=8D?= =?UTF-8?q?=E5=BC=95=E7=94=A8glslang=E5=B7=A5=E7=A8=8B=E9=80=A0=E6=88=90?= =?UTF-8?q?=E7=9A=84=E5=90=8E=E7=BB=AD=E5=B7=A5=E7=A8=8B=E4=B8=8D=E8=83=BD?= =?UTF-8?q?=E5=88=9B=E5=BB=BA=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitmodules | 3 --- 3rdpty/glslang | 1 - CMakeLists.txt | 1 - 3 files changed, 5 deletions(-) delete mode 160000 3rdpty/glslang 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)