diff options
author | Bruno de Oliveira Abinader <bruno@mapbox.com> | 2019-06-13 18:16:27 +0300 |
---|---|---|
committer | Bruno de Oliveira Abinader <bruno@mapbox.com> | 2019-06-25 20:10:21 +0300 |
commit | 8367c2ed5c32eae1364e5fc27e734631cf69aae3 (patch) | |
tree | e0736c1bfb8d0bb9929929b500c3eac584909bcd /.gitmodules | |
parent | 3f83c8a9dec07c03b210ef70140d0dd902c98b8b (diff) | |
download | qtlocation-mapboxgl-8367c2ed5c32eae1364e5fc27e734631cf69aae3.tar.gz |
[core] Added vendor/filesystem
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index b2bb7fd456..486a1c8bdc 100644 --- a/.gitmodules +++ b/.gitmodules @@ -100,3 +100,6 @@ [submodule "vendor/mapbox-gl-styles"] path = vendor/mapbox-gl-styles url = https://github.com/mapbox/mapbox-gl-styles.git +[submodule "vendor/filesystem"] + path = vendor/filesystem + url = https://github.com/gulrak/filesystem.git |