summaryrefslogtreecommitdiff
path: root/cmake/mbgl.cmake
diff options
context:
space:
mode:
authorJason Wray <jason@mapbox.com>2019-01-30 18:08:52 -0800
committerJason Wray <jason@mapbox.com>2019-01-30 18:16:20 -0800
commit5b532f0b3dee423513d39a70648e50141a030b94 (patch)
treeb9b4c5a8f5cff3a7b24774670c09a781c0880e62 /cmake/mbgl.cmake
parent9005d6e2ae829db1760cc34eb3ac44407026e1c3 (diff)
downloadqtlocation-mapboxgl-5b532f0b3dee423513d39a70648e50141a030b94.tar.gz
[darwin, docs] Use shared mapbox/jazzy-theme submoduleupstream/friedbunny-fiddles-with-jazzy
Diffstat (limited to 'cmake/mbgl.cmake')
-rw-r--r--cmake/mbgl.cmake5
1 files changed, 4 insertions, 1 deletions
diff --git a/cmake/mbgl.cmake b/cmake/mbgl.cmake
index 96ce393da2..436574a49b 100644
--- a/cmake/mbgl.cmake
+++ b/cmake/mbgl.cmake
@@ -66,9 +66,12 @@ if(WITH_NODEJS)
# Run submodule update
set(MBGL_SUBMODULES mapbox-gl-js)
- if (MBGL_PLATFORM STREQUAL "ios")
+ if(MBGL_PLATFORM STREQUAL "ios")
list(APPEND MBGL_SUBMODULES platform/ios/vendor/mapbox-events-ios)
endif()
+ if(MBGL_PLATFORM STREQUAL "ios" OR MBGL_PLATFORM STREQUAL "macos")
+ list(APPEND MBGL_SUBMODULES platform/darwin/docs/theme)
+ endif()
message(STATUS "Updating submodules...")
execute_process(