summaryrefslogtreecommitdiff
path: root/platform/ios/config.cmake
diff options
context:
space:
mode:
authorKonstantin Käfer <mail@kkaefer.com>2017-04-05 17:16:48 +0200
committerKonstantin Käfer <mail@kkaefer.com>2017-04-06 18:31:34 +0200
commita33e62f5db7073c729fd4580364d261e3ce15b88 (patch)
treee95dbf29bfeef0c783d38adfb83f180b0fafdcc3 /platform/ios/config.cmake
parente26308f1b9947a88438b9cf8ded5c2076861d2cf (diff)
downloadqtlocation-mapboxgl-a33e62f5db7073c729fd4580364d261e3ce15b88.tar.gz
[ios] expose link flags via mbgl-core target
Diffstat (limited to 'platform/ios/config.cmake')
-rw-r--r--platform/ios/config.cmake9
1 files changed, 8 insertions, 1 deletions
diff --git a/platform/ios/config.cmake b/platform/ios/config.cmake
index 92b6736349..fdb286a6d1 100644
--- a/platform/ios/config.cmake
+++ b/platform/ios/config.cmake
@@ -84,6 +84,13 @@ macro(mbgl_platform_core)
)
target_link_libraries(mbgl-core
- PUBLIC -lz
+ PUBLIC "-lz"
+ PUBLIC "-framework Foundation"
+ PUBLIC "-framework CoreGraphics"
+ PUBLIC "-framework OpenGLES"
+ PUBLIC "-framework ImageIO"
+ PUBLIC "-framework MobileCoreServices"
+ PUBLIC "-framework SystemConfiguration"
+ PUBLIC "-lsqlite3"
)
endmacro()