externals: Add JSON as a submodule.

This commit is contained in:
bunnei 2017-07-09 13:22:24 -04:00
parent cc7583e036
commit 0f1ae781d0
3 changed files with 8 additions and 0 deletions

3
.gitmodules vendored
View file

@ -31,3 +31,6 @@
[submodule "cpr"]
path = externals/cpr
url = https://github.com/whoshuu/cpr.git
[submodule "json"]
path = externals/json
url = https://github.com/nlohmann/json.git