子模块方式管理第三方库
This commit is contained in:
27
.gitmodules
vendored
Normal file
27
.gitmodules
vendored
Normal file
@@ -0,0 +1,27 @@
|
||||
[submodule "MathGeoLib"]
|
||||
path = MathGeoLib
|
||||
url = https://github.com/juj/MathGeoLib.git
|
||||
[submodule "SPIRV-Cross"]
|
||||
path = SPIRV-Cross
|
||||
url = https://github.com/KhronosGroup/SPIRV-Cross
|
||||
[submodule "glslang"]
|
||||
path = glslang
|
||||
url = https://github.com/KhronosGroup/glslang.git
|
||||
[submodule "jsoncpp"]
|
||||
path = jsoncpp
|
||||
url = https://github.com/open-source-parsers/jsoncpp
|
||||
[submodule "assimp"]
|
||||
path = assimp
|
||||
url = https://github.com/assimp/assimp.git
|
||||
[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
|
||||
[submodule "3rdpty/assimp"]
|
||||
path = 3rdpty/assimp
|
||||
url = https://github.com/assimp/assimp.git
|
Reference in New Issue
Block a user