summaryrefslogtreecommitdiff
path: root/cmake
diff options
context:
space:
mode:
authorJulian Rex <julian.rex@gmail.com>2019-03-27 09:58:41 -0400
committerGitHub <noreply@github.com>2019-03-27 09:58:41 -0400
commitc7d53676d0dcbc72d71d921e385c656087b788a5 (patch)
treed785dccc56729a28d602cb613bd69e4388906364 /cmake
parentf07a24dd3d2b67d2b3525f9c65f6152048454640 (diff)
downloadqtlocation-mapboxgl-c7d53676d0dcbc72d71d921e385c656087b788a5.tar.gz
[ios, core] Updates project for iOS SDK 12.2 / Always use vendored optional (#14241)
Diffstat (limited to 'cmake')
-rw-r--r--cmake/loop-darwin.cmake4
1 files changed, 4 insertions, 0 deletions
diff --git a/cmake/loop-darwin.cmake b/cmake/loop-darwin.cmake
index a330375653..46d8f9edc0 100644
--- a/cmake/loop-darwin.cmake
+++ b/cmake/loop-darwin.cmake
@@ -7,6 +7,10 @@ target_include_directories(mbgl-loop-darwin
PRIVATE src
)
+target_link_libraries(mbgl-loop-darwin PUBLIC
+ optional
+)
+
create_source_groups(mbgl-loop-darwin)
set_target_properties(mbgl-loop-darwin PROPERTIES FOLDER "Core")