mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 14:10:06 +00:00
Migrating mapbox-gl-native to maplibre-gl-native
This commit is contained in:
parent
d734bc6a0a
commit
7e98227c70
5 changed files with 25 additions and 6 deletions
2
external/mapbox-gl-native
vendored
2
external/mapbox-gl-native
vendored
|
|
@ -1 +1 @@
|
|||
Subproject commit 40b8010d12e82d0e6505aecedd641de70fe41cf7
|
||||
Subproject commit f424ec413fecaa0f9121b207d7ae8e667db7ce23
|
||||
3
external/mapbox-gl-native.cmake
vendored
3
external/mapbox-gl-native.cmake
vendored
|
|
@ -5,6 +5,9 @@ set(gtest_disable_pthreads ON)
|
|||
set(MBGL_WITH_QT ON)
|
||||
add_subdirectory(mapbox-gl-native)
|
||||
|
||||
find_package(ZLIB)
|
||||
target_link_libraries(mbgl-core PUBLIC ZLIB::ZLIB)
|
||||
|
||||
set_target_properties(mbgl-qt PROPERTIES EXCLUDE_FROM_ALL True)
|
||||
set_target_properties(mbgl-test-runner PROPERTIES EXCLUDE_FROM_ALL True)
|
||||
set_target_properties(mbgl-vendor-icu PROPERTIES EXCLUDE_FROM_ALL True)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue