From 0db14a6033dcb675a369343ddefa5b9b76339288 Mon Sep 17 00:00:00 2001 From: hyzboy Date: Sun, 18 Aug 2019 02:04:55 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E5=AD=90=E6=A8=A1=E5=9D=97?= =?UTF-8?q?=E5=AE=9A=E4=B9=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 3rdpty/.gitmodules | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 3rdpty/.gitmodules diff --git a/3rdpty/.gitmodules b/3rdpty/.gitmodules new file mode 100644 index 00000000..22ece8de --- /dev/null +++ b/3rdpty/.gitmodules @@ -0,0 +1,15 @@ +[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