aboutsummaryrefslogtreecommitdiffstats
path: root/.gitmodules
diff options
context:
space:
mode:
authorYann Herklotz <ymherklotz@gmail.com>2017-12-22 18:34:29 +0000
committerYann Herklotz <ymherklotz@gmail.com>2017-12-22 18:34:29 +0000
commit24253190c92c9d7ef669061670a3b7596f9ee190 (patch)
treef03d785e30a7783b5e0d5e7b669cd2997d5877ed /.gitmodules
parentb885965a6375f98d6bec63a43233461f9f42006d (diff)
downloadYAGE-24253190c92c9d7ef669061670a3b7596f9ee190.tar.gz
YAGE-24253190c92c9d7ef669061670a3b7596f9ee190.zip
Changing directories and adding input support
Diffstat (limited to '.gitmodules')
-rw-r--r--.gitmodules28
1 files changed, 16 insertions, 12 deletions
diff --git a/.gitmodules b/.gitmodules
index e9c4fb4f..6f1908ca 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -1,16 +1,20 @@
-[submodule "lib/googletest"]
- path = lib/googletest
- url = https://github.com/google/googletest
+[submodule "external/glm"]
+ path = external/glm
+ url = https://github.com/g-truc/glm.git
branch = master
-[submodule "lib/rapidjson"]
- path = lib/rapidjson
- url = https://github.com/miloyip/rapidjson
+[submodule "external/glad"]
+ path = external/glad
+ url = git@github.com:ymherklotz/glad.git
branch = master
-[submodule "lib/glfw"]
- path = lib/glfw
+[submodule "external/glfw"]
+ path = external/glfw
url = https://github.com/glfw/glfw.git
- branch = latest
-[submodule "lib/glad"]
- path = lib/glad
- url = https://github.com/ymherklotz/glad.git
+ branch = master
+[submodule "external/rapidjson"]
+ path = external/rapidjson
+ url = https://github.com/Tencent/rapidjson.git
+ branch = master
+[submodule "tests/external/googletest"]
+ path = tests/external/googletest
+ url = https://github.com/google/googletest.git
branch = master