diff options
author | Thiago Marcos P. Santos <tmpsantos@gmail.com> | 2018-10-25 01:44:08 +0300 |
---|---|---|
committer | Thiago Marcos P. Santos <tmpsantos@gmail.com> | 2018-10-31 18:19:28 +0200 |
commit | 3a3c05bd8aeabf179084bd9a0137edd2abf41e4c (patch) | |
tree | 20248d381bf3fa33db8bc7da7e89b11a3df88fd4 /.gitmodules | |
parent | cfcb53128b41941a9cdacfec18d618b0866a96bc (diff) | |
download | qtlocation-mapboxgl-3a3c05bd8aeabf179084bd9a0137edd2abf41e4c.tar.gz |
[build] Add dependencies as submodules
Do not use mason and build offline. These are
header only deps.
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 54 |
1 files changed, 54 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 39221b1bd3..75f26ddc15 100644 --- a/.gitmodules +++ b/.gitmodules @@ -4,3 +4,57 @@ [submodule "platform/ios/vendor/mapbox-events-ios"] path = platform/ios/vendor/mapbox-events-ios url = https://github.com/mapbox/mapbox-events-ios.git +[submodule "vendor/nunicode"] + path = vendor/nunicode + url = https://bitbucket.org/alekseyt/nunicode.git +[submodule "vendor/rapidjson"] + path = vendor/rapidjson + url = https://github.com/Tencent/rapidjson.git +[submodule "vendor/earcut.hpp"] + path = vendor/earcut.hpp + url = https://github.com/mapbox/earcut.hpp.git +[submodule "vendor/geojson-vt-cpp"] + path = vendor/geojson-vt-cpp + url = https://github.com/mapbox/geojson-vt-cpp.git +[submodule "vendor/geojson.hpp"] + path = vendor/geojson.hpp + url = https://github.com/mapbox/geojson.hpp.git +[submodule "vendor/geometry.hpp"] + path = vendor/geometry.hpp + url = https://github.com/mapbox/geometry.hpp.git +[submodule "vendor/polylabel"] + path = vendor/polylabel + url = https://github.com/mapbox/polylabel.git +[submodule "vendor/protozero"] + path = vendor/protozero + url = https://github.com/mapbox/protozero.git +[submodule "vendor/shelf-pack-cpp"] + path = vendor/shelf-pack-cpp + url = https://github.com/mapbox/shelf-pack-cpp.git +[submodule "vendor/supercluster.hpp"] + path = vendor/supercluster.hpp + url = https://github.com/mapbox/supercluster.hpp.git +[submodule "vendor/variant"] + path = vendor/variant + url = https://github.com/mapbox/variant.git +[submodule "vendor/vector-tile"] + path = vendor/vector-tile + url = https://github.com/mapbox/vector-tile.git +[submodule "vendor/wagyu"] + path = vendor/wagyu + url = https://github.com/mapbox/wagyu.git +[submodule "vendor/expected-lite"] + path = vendor/expected + url = https://github.com/martinmoene/expected-lite.git +[submodule "vendor/kdbush.hpp"] + path = vendor/kdbush.hpp + url = https://github.com/mourner/kdbush.hpp.git +[submodule "vendor/unique_resource"] + path = vendor/unique_resource + url = https://github.com/okdshin/unique_resource.git +[submodule "vendor/icu"] + path = vendor/icu + url = https://github.com/unicode-org/icu.git +[submodule "vendor/optional"] + path = vendor/optional + url = https://github.com/mapbox/Optional.git |