summaryrefslogtreecommitdiff
path: root/cmake/core.cmake
diff options
context:
space:
mode:
authorThiago Marcos P. Santos <tmpsantos@gmail.com>2018-11-01 01:31:11 +0200
committerThiago Marcos P. Santos <tmpsantos@gmail.com>2018-11-01 16:29:37 +0200
commitbcbbc7e5f3381482215531abdf005648028f6921 (patch)
tree1162d3e205352b1d760f9f9d92769cbb82e367a2 /cmake/core.cmake
parentca21cedb849e1b6a0071f62bb7139ea7ebbda6d0 (diff)
downloadqtlocation-mapboxgl-bcbbc7e5f3381482215531abdf005648028f6921.tar.gz
[build] Add vendored libboost
Custom extract made using bcp based on 1.65.1
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)