summaryrefslogtreecommitdiff
path: root/cmake/loop-darwin.cmake
diff options
context:
space:
mode:
authorKonstantin Käfer <mail@kkaefer.com>2019-03-26 10:10:03 +0100
committerKonstantin Käfer <mail@kkaefer.com>2019-03-26 10:10:03 +0100
commit3f0a0d1ffcb74c71fee3a1be77d09f1e4e44a453 (patch)
tree740362cdb9f104f6531036da1d3f8059c71ee9c7 /cmake/loop-darwin.cmake
parentc397fd853c8f5743385cc28596d0c7d261d2d1b6 (diff)
downloadqtlocation-mapboxgl-3f0a0d1ffcb74c71fee3a1be77d09f1e4e44a453.tar.gz
[build] always use vendored optionalupstream/optional
Diffstat (limited to 'cmake/loop-darwin.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")