summaryrefslogtreecommitdiff
path: root/.gitmodules
diff options
context:
space:
mode:
authorAndrew Opalach <andrew@akon.city> 2020-10-15 14:49:37 -0400
committerAndrew Opalach <andrew@akon.city> 2020-10-15 14:49:37 -0400
commit26ceced8a3ba2a3a0d5ae8a63018741252fe354c (patch)
treed6e535de554ee6b3c871fc63c144a3959a6a2afb /.gitmodules
parentf7d79bd4e21c9a6210c2256fe0f6e560127236c1 (diff)
downloadmauri-26ceced8a3ba2a3a0d5ae8a63018741252fe354c.tar.gz
mauri-26ceced8a3ba2a3a0d5ae8a63018741252fe354c.tar.bz2
mauri-26ceced8a3ba2a3a0d5ae8a63018741252fe354c.zip
add json subproject
Diffstat (limited to '.gitmodules')
-rw-r--r--.gitmodules3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules
index 00fb228..ee69460 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -1,3 +1,6 @@
[submodule "subprojects/glfw"]
path = subprojects/glfw
url = https://github.com/glfw/glfw.git
+[submodule "subprojects/json"]
+ path = subprojects/json
+ url = https://github.com/nlohmann/json.git