mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-29 18:50:05 +00:00
Additional maplibre-native updates
This commit is contained in:
parent
69d9137faf
commit
dbde1adaa3
2 changed files with 7 additions and 1 deletions
2
external/maplibre-native
vendored
2
external/maplibre-native
vendored
|
|
@ -1 +1 @@
|
|||
Subproject commit 5dc2806426ea6483b6b399f5e1bc9062edf19471
|
||||
Subproject commit 3654f5fa9f06534d7fd2d95b810049a82e5953ef
|
||||
6
external/maplibre-native-qt.cmake
vendored
6
external/maplibre-native-qt.cmake
vendored
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue