mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-29 22:50:05 +00:00
Updating build for GCC/Linux
This commit is contained in:
parent
023688b746
commit
6c24903816
2 changed files with 2 additions and 1 deletions
1
external/mapbox-gl-native.cmake
vendored
1
external/mapbox-gl-native.cmake
vendored
|
|
@ -3,6 +3,7 @@ set(PROJECT_NAME scwx-mbgl)
|
|||
|
||||
set(gtest_disable_pthreads ON)
|
||||
set(MBGL_WITH_QT ON)
|
||||
set(MBGL_QT_WITH_INTERNAL_ICU ON)
|
||||
add_subdirectory(mapbox-gl-native)
|
||||
|
||||
find_package(ZLIB)
|
||||
|
|
|
|||
|
|
@ -373,7 +373,7 @@ target_link_libraries(scwx-qt PUBLIC Qt${QT_VERSION_MAJOR}::Widgets
|
|||
Boost::json
|
||||
Boost::timer
|
||||
qmaplibregl
|
||||
opengl32
|
||||
$<$<CXX_COMPILER_ID:MSVC>:opengl32>
|
||||
freetype-gl
|
||||
GeographicLib::GeographicLib
|
||||
glm::glm
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue