From 423a38fc028ac14707db6a894a2dc5d0b5393c5d Mon Sep 17 00:00:00 2001 From: Sudarsana Babu Nagineni Date: Wed, 20 Nov 2019 16:35:57 +0200 Subject: [build] Provide option to set platform specific implementation --- next/CMakeLists.txt | 4 ++++ 1 file changed, 4 insertions(+) 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) -- cgit v1.2.1