mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-11-01 02:00:04 +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(gtest_disable_pthreads ON)
|
||||||
set(MBGL_WITH_QT ON)
|
set(MBGL_WITH_QT ON)
|
||||||
|
set(MBGL_QT_WITH_INTERNAL_ICU ON)
|
||||||
add_subdirectory(mapbox-gl-native)
|
add_subdirectory(mapbox-gl-native)
|
||||||
|
|
||||||
find_package(ZLIB)
|
find_package(ZLIB)
|
||||||
|
|
|
||||||
|
|
@ -373,7 +373,7 @@ target_link_libraries(scwx-qt PUBLIC Qt${QT_VERSION_MAJOR}::Widgets
|
||||||
Boost::json
|
Boost::json
|
||||||
Boost::timer
|
Boost::timer
|
||||||
qmaplibregl
|
qmaplibregl
|
||||||
opengl32
|
$<$<CXX_COMPILER_ID:MSVC>:opengl32>
|
||||||
freetype-gl
|
freetype-gl
|
||||||
GeographicLib::GeographicLib
|
GeographicLib::GeographicLib
|
||||||
glm::glm
|
glm::glm
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue