diff options
| author | 2020-10-15 14:49:37 -0400 | |
|---|---|---|
| committer | 2020-10-15 14:49:37 -0400 | |
| commit | 26ceced8a3ba2a3a0d5ae8a63018741252fe354c (patch) | |
| tree | d6e535de554ee6b3c871fc63c144a3959a6a2afb /.gitmodules | |
| parent | f7d79bd4e21c9a6210c2256fe0f6e560127236c1 (diff) | |
| download | mauri-26ceced8a3ba2a3a0d5ae8a63018741252fe354c.tar.gz mauri-26ceced8a3ba2a3a0d5ae8a63018741252fe354c.tar.bz2 mauri-26ceced8a3ba2a3a0d5ae8a63018741252fe354c.zip | |
add json subproject
Diffstat (limited to '.gitmodules')
| -rw-r--r-- | .gitmodules | 3 |
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 |