diff options
author | bunnei <bunneidev@gmail.com> | 2017-07-09 13:22:24 -0400 |
---|---|---|
committer | bunnei <bunneidev@gmail.com> | 2017-07-09 18:38:02 -0400 |
commit | 0f1ae781d08bc3edd360598938aac58f7ef1dc1a (patch) | |
tree | 0d3938471dffc1b2ec09cb4348c3d958aac9a52b /.gitmodules | |
parent | cc7583e03669fcd5d2585c8ab539f7308460ced8 (diff) |
externals: Add JSON as a submodule.
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 493a0ad8f..45ff650ef 100644 --- a/.gitmodules +++ b/.gitmodules @@ -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 |