Skip to content
This repository has been archived by the owner on Aug 8, 2023. It is now read-only.

Commit

Permalink
[build] Bump mapbox-base
Browse files Browse the repository at this point in the history
This will move geojson-vt-cpp and shelf-pack-cpp
to mapbox-base collection of libraries.
  • Loading branch information
tmpsantos committed Feb 24, 2020
1 parent 75f861f commit f105100
Show file tree
Hide file tree
Showing 7 changed files with 3 additions and 37 deletions.
6 changes: 0 additions & 6 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -10,18 +10,12 @@
[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/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/vector-tile"]
path = vendor/vector-tile
url = https://github.com/mapbox/vector-tile.git
Expand Down
6 changes: 2 additions & 4 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -960,10 +960,8 @@ endif()
include(${PROJECT_SOURCE_DIR}/vendor/boost.cmake)
include(${PROJECT_SOURCE_DIR}/vendor/earcut.hpp.cmake)
include(${PROJECT_SOURCE_DIR}/vendor/eternal.cmake)
include(${PROJECT_SOURCE_DIR}/vendor/geojson-vt-cpp.cmake)
include(${PROJECT_SOURCE_DIR}/vendor/polylabel.cmake)
include(${PROJECT_SOURCE_DIR}/vendor/protozero.cmake)
include(${PROJECT_SOURCE_DIR}/vendor/shelf-pack-cpp.cmake)
include(${PROJECT_SOURCE_DIR}/vendor/unique_resource.cmake)
include(${PROJECT_SOURCE_DIR}/vendor/vector-tile.cmake)
include(${PROJECT_SOURCE_DIR}/vendor/wagyu.cmake)
Expand All @@ -973,14 +971,14 @@ target_link_libraries(
PRIVATE
Mapbox::Base::Extras::kdbush.hpp
Mapbox::Base::supercluster.hpp
Mapbox::Base::shelf-pack-cpp
Mapbox::Base::geojson-vt-cpp
mbgl-compiler-options
mbgl-vendor-boost
mbgl-vendor-earcut.hpp
mbgl-vendor-eternal
mbgl-vendor-geojson-vt-cpp
mbgl-vendor-polylabel
mbgl-vendor-protozero
mbgl-vendor-shelf-pack-cpp
mbgl-vendor-unique_resource
mbgl-vendor-vector-tile
mbgl-vendor-wagyu
Expand Down
1 change: 0 additions & 1 deletion vendor/geojson-vt-cpp
Submodule geojson-vt-cpp deleted from 32020b
12 changes: 0 additions & 12 deletions vendor/geojson-vt-cpp.cmake

This file was deleted.

1 change: 0 additions & 1 deletion vendor/shelf-pack-cpp
Submodule shelf-pack-cpp deleted from c231b5
12 changes: 0 additions & 12 deletions vendor/shelf-pack-cpp.cmake

This file was deleted.

0 comments on commit f105100

Please sign in to comment.