Additional maplibre-native updates

This commit is contained in:
Dan Paulat 2025-06-17 19:31:43 -05:00
parent 69d9137faf
commit dbde1adaa3
2 changed files with 7 additions and 1 deletions

@ -1 +1 @@
Subproject commit 5dc2806426ea6483b6b399f5e1bc9062edf19471
Subproject commit 3654f5fa9f06534d7fd2d95b810049a82e5953ef

View file

@ -35,6 +35,12 @@ else()
target_compile_options(MLNQtCore PRIVATE "$<$<CONFIG:Release>:-g>")
endif()
if (APPLE)
# Enable GL check error debug
target_compile_definitions(mbgl-core PRIVATE MLN_GL_CHECK_ERRORS=1)
target_compile_definitions(MLNQtCore PRIVATE MLN_GL_CHECK_ERRORS=1)
endif()
set(MLN_INCLUDE_DIRS ${CMAKE_CURRENT_SOURCE_DIR}/maplibre-native/include
${CMAKE_CURRENT_SOURCE_DIR}/maplibre-native-qt/src/core/include
${CMAKE_CURRENT_BINARY_DIR}/maplibre-native-qt/src/core/include PARENT_SCOPE)