summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSudarsana Babu Nagineni <sudarsana.babu@mapbox.com>2019-11-20 16:35:57 +0200
committerSudarsana Babu Nagineni <sudarsana.babu@mapbox.com>2019-11-20 16:35:57 +0200
commit423a38fc028ac14707db6a894a2dc5d0b5393c5d (patch)
tree3964ad1aefb6fe80ee79e38a1911f13e95e262e9
parentd98807196eee22083ceb4b075f32a0b3433770c9 (diff)
downloadqtlocation-mapboxgl-upstream/nagineni-platformimpl.tar.gz
[build] Provide option to set platform specific implementationupstream/nagineni-platformimpl
-rw-r--r--next/CMakeLists.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/next/CMakeLists.txt b/next/CMakeLists.txt
index aa26e3a572..41a4953ce1 100644
--- a/next/CMakeLists.txt
+++ b/next/CMakeLists.txt
@@ -931,6 +931,10 @@ add_library(
Mapbox::Map ALIAS mbgl-core
)
+if(MBGL_WITH_PLATFORM_EXTRAS)
+ include(${MBGL_WITH_PLATFORM_EXTRAS})
+endif()
+
if(MBGL_WITH_CORE_ONLY)
return()
elseif(MBGL_WITH_QT)