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 04b5f9ea18..c5961cd904 100644
--- a/cmake/core.cmake
+++ b/cmake/core.cmake
@@ -21,6 +21,7 @@ target_link_libraries(mbgl-core PRIVATE
# FIXME: We should not leak these many
# libraries in our public interface.
target_link_libraries(mbgl-core PUBLIC
+ boost
geojson.hpp
geometry.hpp
icu
@@ -32,8 +33,6 @@ target_link_libraries(mbgl-core PUBLIC
vector-tile
)
-target_add_mason_package(mbgl-core PRIVATE boost)
-
mbgl_platform_core()
create_source_groups(mbgl-core)