Migrating mapbox-gl-native to maplibre-gl-native

This commit is contained in:
Dan Paulat 2021-07-11 20:59:53 -05:00
parent d734bc6a0a
commit 7e98227c70
5 changed files with 25 additions and 6 deletions

@ -1 +1 @@
Subproject commit 40b8010d12e82d0e6505aecedd641de70fe41cf7
Subproject commit f424ec413fecaa0f9121b207d7ae8e667db7ce23

View file

@ -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)