diff options
| author | 2020-10-15 15:35:03 -0400 | |
|---|---|---|
| committer | 2020-10-15 15:35:03 -0400 | |
| commit | 816967182c31c7b20e43b9e208b8aafdd8073214 (patch) | |
| tree | c605d62808b64130a824287b48aa11a78444d376 /.gitmodules | |
| parent | 26ceced8a3ba2a3a0d5ae8a63018741252fe354c (diff) | |
| download | mauri-816967182c31c7b20e43b9e208b8aafdd8073214.tar.gz mauri-816967182c31c7b20e43b9e208b8aafdd8073214.tar.bz2 mauri-816967182c31c7b20e43b9e208b8aafdd8073214.zip | |
wip
Diffstat (limited to '.gitmodules')
| -rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index ee69460..449bd2c 100644 --- a/.gitmodules +++ b/.gitmodules @@ -4,3 +4,6 @@ [submodule "subprojects/json"] path = subprojects/json url = https://github.com/nlohmann/json.git +[submodule "subprojects/glm"] + path = subprojects/glm + url = https://github.com/g-truc/glm.git |