aboutsummaryrefslogtreecommitdiffstats
path: root/.gitmodules
diff options
context:
space:
mode:
authorYann Herklotz <ymherklotz@gmail.com>2017-09-22 00:15:18 +0100
committerYann Herklotz <ymherklotz@gmail.com>2017-09-22 00:15:18 +0100
commitaec4f30e07c929c4ba32d9e773c7820877674867 (patch)
treeb9073b587ec050957bc1b3596f415f7bb4b026bb /.gitmodules
parentc9e3a9fef76e05aab09399f6619c4525fcbc5765 (diff)
downloadYAGE-aec4f30e07c929c4ba32d9e773c7820877674867.tar.gz
YAGE-aec4f30e07c929c4ba32d9e773c7820877674867.zip
Adding glad from repository
Diffstat (limited to '.gitmodules')
-rw-r--r--.gitmodules4
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules
index 73b585db..e9c4fb4f 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -10,3 +10,7 @@
path = lib/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