mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 19:00:04 +00:00
Draw radar range circle using geodesic projection
This commit is contained in:
parent
9b6582cd95
commit
c3037d6d38
4 changed files with 29 additions and 15 deletions
2
external/mapbox-gl-native.cmake
vendored
2
external/mapbox-gl-native.cmake
vendored
|
|
@ -9,6 +9,8 @@ find_package(ZLIB)
|
|||
target_include_directories(mbgl-core PRIVATE ${ZLIB_INCLUDE_DIRS})
|
||||
target_link_libraries(mbgl-core INTERFACE ${ZLIB_LIBRARIES})
|
||||
|
||||
set(MBGL_INCLUDE_DIR ${CMAKE_CURRENT_SOURCE_DIR}/mapbox-gl-native/include PARENT_SCOPE)
|
||||
|
||||
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