diff options
author | bunnei <bunneidev@gmail.com> | 2017-06-27 22:28:13 -0400 |
---|---|---|
committer | bunnei <bunneidev@gmail.com> | 2017-07-09 13:24:20 -0400 |
commit | cc7583e03669fcd5d2585c8ab539f7308460ced8 (patch) | |
tree | 36401d347a670c0de6520cf12213d98f483914a0 /.gitmodules | |
parent | 669757a97bb0b8324bf155ac84192e3975745789 (diff) |
externals: Add CPR 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 ac0df914d..493a0ad8f 100644 --- a/.gitmodules +++ b/.gitmodules @@ -28,3 +28,6 @@ [submodule "externals/enet"] path = externals/enet url = https://github.com/lsalzman/enet +[submodule "cpr"] + path = externals/cpr + url = https://github.com/whoshuu/cpr.git |