Use maplibre-native-qt dependency instead of mapbox-gl-native

This commit is contained in:
Dan Paulat 2024-02-27 23:13:08 -06:00
parent 31ade020ac
commit db0d26a4ad
4 changed files with 54 additions and 9 deletions

View file

@ -8,7 +8,7 @@ set_property(DIRECTORY
date.cmake
hsluv-c.cmake
imgui.cmake
mapbox-gl-native.cmake
maplibre-native-qt.cmake
stb.cmake
textflowcpp.cmake
units.cmake)
@ -17,7 +17,7 @@ include(aws-sdk-cpp.cmake)
include(date.cmake)
include(hsluv-c.cmake)
include(imgui.cmake)
include(mapbox-gl-native.cmake)
include(maplibre-native-qt.cmake)
include(stb.cmake)
include(textflowcpp.cmake)
include(units.cmake)