aboutsummaryrefslogtreecommitdiffstats
path: root/.gitmodules
diff options
context:
space:
mode:
authorYann Herklotz <ymherklotz@gmail.com>2018-06-02 14:29:49 +0100
committerYann Herklotz <ymherklotz@gmail.com>2018-06-02 14:29:49 +0100
commit5eeb49c31edaef30ea32d4fd3cce35087316ed12 (patch)
tree5b52ff8089ebb5c844b0043c9fdaa9ef6234eabb /.gitmodules
parent669b5bbd8306fa070eb932a0b5f8bdf6df64afa6 (diff)
downloadYAGE-5eeb49c31edaef30ea32d4fd3cce35087316ed12.tar.gz
YAGE-5eeb49c31edaef30ea32d4fd3cce35087316ed12.zip
Moving libraries
Diffstat (limited to '.gitmodules')
-rw-r--r--.gitmodules6
1 files changed, 6 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules
index dfc394d3..525fdf59 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -2,3 +2,9 @@
path = tests/external/googletest
url = https://github.com/google/googletest.git
branch = master
+[submodule "libs/glfw"]
+ path = libs/glfw
+ url = https://github.com/glfw/glfw.git
+[submodule "libs/glm"]
+ path = libs/glm
+ url = https://github.com/g-truc/glm.git