Updating build for GCC/Linux

This commit is contained in:
Dan Paulat 2023-04-17 20:01:51 -05:00
parent 023688b746
commit 6c24903816
2 changed files with 2 additions and 1 deletions

View file

@ -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)

View file

@ -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