diff options
author | Julian Rex <julian.rex@gmail.com> | 2019-03-27 09:58:41 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-03-27 09:58:41 -0400 |
commit | c7d53676d0dcbc72d71d921e385c656087b788a5 (patch) | |
tree | d785dccc56729a28d602cb613bd69e4388906364 /cmake | |
parent | f07a24dd3d2b67d2b3525f9c65f6152048454640 (diff) | |
download | qtlocation-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.cmake | 4 |
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") |