summaryrefslogtreecommitdiff
path: root/platform/macos/config.cmake
diff options
context:
space:
mode:
authorThiago Marcos P. Santos <tmpsantos@gmail.com>2018-10-24 01:53:22 +0300
committerThiago Marcos P. Santos <tmpsantos@gmail.com>2018-10-31 18:19:28 +0200
commit69960afb8db0444ec11cb46b47e877cc34f61fc7 (patch)
tree37bcc19f033aadd8c3c158fad02b8c5e4a9437ed /platform/macos/config.cmake
parent3a3c05bd8aeabf179084bd9a0137edd2abf41e4c (diff)
downloadqtlocation-mapboxgl-69960afb8db0444ec11cb46b47e877cc34f61fc7.tar.gz
[build] Add build system for submodules
Vendorize the submodules and a simple CMake build system for all them. The dependencies will inherit compilation options for core. The goal is to make Mapbox GL Core completely self contained with a simple offline build.
Diffstat (limited to 'platform/macos/config.cmake')
-rw-r--r--platform/macos/config.cmake5
1 files changed, 0 insertions, 5 deletions
diff --git a/platform/macos/config.cmake b/platform/macos/config.cmake
index 1fb09e066e..3b5b2a8529 100644
--- a/platform/macos/config.cmake
+++ b/platform/macos/config.cmake
@@ -1,6 +1,5 @@
set(CMAKE_OSX_DEPLOYMENT_TARGET 10.11)
-include(cmake/icu.cmake)
include(cmake/loop-darwin.cmake)
macro(mbgl_platform_core)
@@ -54,9 +53,6 @@ macro(mbgl_platform_core)
)
endif()
- target_add_mason_package(mbgl-core PUBLIC geojson)
- target_add_mason_package(mbgl-core PUBLIC polylabel)
-
target_compile_options(mbgl-core
PRIVATE -fobjc-arc
)
@@ -67,7 +63,6 @@ macro(mbgl_platform_core)
)
target_link_libraries(mbgl-core
- PRIVATE icu
PUBLIC "-lz"
PUBLIC "-framework Foundation"
PUBLIC "-framework CoreText"