diff options
author | Juha Alanen <juha.alanen@mapbox.com> | 2020-01-15 17:27:16 +0200 |
---|---|---|
committer | Juha Alanen <juha.alanen@mapbox.com> | 2020-01-30 13:52:09 +0200 |
commit | ad18b0d7894add6020c052ae562feefee1e9452f (patch) | |
tree | 1e8166c546dbd70150cbe4e780a4ba37d39e67e8 /.gitmodules | |
parent | 5584fe26e1477bc2c7bd7187299abbb0923fc1d0 (diff) | |
download | qtlocation-mapboxgl-ad18b0d7894add6020c052ae562feefee1e9452f.tar.gz |
[build] Add cpp-httplib as submodule
A C++ header-only HTTP/HTTPS server and client library.
Used for testing.
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index d84f3057b7..fd978175fa 100644 --- a/.gitmodules +++ b/.gitmodules @@ -73,3 +73,6 @@ [submodule "vendor/zip-archive"] path = vendor/zip-archive url = https://github.com/ZipArchive/ZipArchive.git +[submodule "vendor/cpp-httplib"] + path = vendor/cpp-httplib + url = https://github.com/yhirose/cpp-httplib.git |