diff options
author | Thiago Marcos P. Santos <tmpsantos@gmail.com> | 2018-11-16 17:53:17 +0200 |
---|---|---|
committer | Thiago Marcos P. Santos <tmpsantos@gmail.com> | 2018-11-16 18:58:30 +0200 |
commit | 9be6c8b1b77f8fc026caee8a09e0cf28e0781253 (patch) | |
tree | aa642ad3a8c4aa0555581002846cceadbfed4ce9 /.gitmodules | |
parent | 8757ccddb0d3eb8b271e903244fabe6a21b401a1 (diff) | |
download | qtlocation-mapboxgl-9be6c8b1b77f8fc026caee8a09e0cf28e0781253.tar.gz |
[build] Add more vendor packages
* jni.hpp
* cheap-ruler-cpp
* pixelmatch-cpp
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 078c98c82e..780e5ad43a 100644 --- a/.gitmodules +++ b/.gitmodules @@ -64,3 +64,12 @@ [submodule "vendor/benchmark"] path = vendor/benchmark url = https://github.com/google/benchmark.git +[submodule "vendor/cheap-ruler-cpp"] + path = vendor/cheap-ruler-cpp + url = https://github.com/mapbox/cheap-ruler-cpp.git +[submodule "vendor/pixelmatch-cpp"] + path = vendor/pixelmatch-cpp + url = https://github.com/mapbox/pixelmatch-cpp.git +[submodule "vendor/jni.hpp"] + path = vendor/jni.hpp + url = https://github.com/mapbox/jni.hpp.git |