mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 16:20:06 +00:00
Use GeographicLib
This commit is contained in:
parent
c3037d6d38
commit
5ff7202c3e
3 changed files with 9 additions and 18 deletions
|
|
@ -12,8 +12,8 @@ set(CMAKE_CXX_STANDARD 17)
|
|||
set(CMAKE_CXX_STANDARD_REQUIRED ON)
|
||||
|
||||
find_package(Boost)
|
||||
find_package(geographiclib)
|
||||
find_package(glm)
|
||||
find_package(proj)
|
||||
|
||||
# QtCreator supports the following variables for Android, which are identical to qmake Android variables.
|
||||
# Check https://doc.qt.io/qt/deployment-android.html for more information.
|
||||
|
|
@ -105,5 +105,5 @@ target_link_libraries(scwx-qt PRIVATE Qt${QT_VERSION_MAJOR}::Widgets
|
|||
Boost::log
|
||||
qmapboxgl
|
||||
opengl32
|
||||
glm::glm
|
||||
PROJ::proj)
|
||||
GeographicLib::GeographicLib
|
||||
glm::glm)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue