summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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)