diff options
author | Juha Alanen <juha.alanen@mapbox.com> | 2020-01-23 13:41:03 +0200 |
---|---|---|
committer | Juha Alanen <juha.alanen@mapbox.com> | 2020-02-06 17:52:12 +0200 |
commit | 38d80dd3e1adbef8c4d70ed7ae827d215cf14231 (patch) | |
tree | 376d9e2829efb065575140d54e1c2ee72d7017e7 | |
parent | c28ffe0d4a32c4296ea1a46c3467aeaacf67559d (diff) | |
download | qtlocation-mapboxgl-38d80dd3e1adbef8c4d70ed7ae827d215cf14231.tar.gz |
[build] Add curl-android-ios submodule
Static libcurl to be used in Android and iOS apps.
Used for testing.
-rw-r--r-- | .gitmodules | 3 | ||||
m--------- | vendor/curl-android-ios | 0 |
2 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index fd978175fa..cd6db33ae3 100644 --- a/.gitmodules +++ b/.gitmodules @@ -76,3 +76,6 @@ [submodule "vendor/cpp-httplib"] path = vendor/cpp-httplib url = https://github.com/yhirose/cpp-httplib.git +[submodule "vendor/curl-android-ios"] + path = vendor/curl-android-ios + url = https://github.com/gcesarmza/curl-android-ios.git diff --git a/vendor/curl-android-ios b/vendor/curl-android-ios new file mode 160000 +Subproject da6f0d2302ce7a9ea560871fe9e6e86398d5b58 |