summaryrefslogtreecommitdiff
path: root/cmake/core.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'cmake/core.cmake')
-rw-r--r--cmake/core.cmake3
1 files changed, 1 insertions, 2 deletions
diff --git a/cmake/core.cmake b/cmake/core.cmake
index 3278c4f7d3..7f70f65557 100644
--- a/cmake/core.cmake
+++ b/cmake/core.cmake
@@ -28,14 +28,13 @@ endif()
# libraries in our public interface.
target_link_libraries(mbgl-core PUBLIC
boost
+ mapbox-base
geojson.hpp
- geometry.hpp
${ICU_LIBRARY}
optional
polylabel
protozero
rapidjson
- variant
vector-tile
)