mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 15:10:06 +00:00
Use glad instead of GLEW to load OpenGL
This commit is contained in:
parent
6cb668f546
commit
d5cda9b353
5 changed files with 26 additions and 12 deletions
|
|
@ -745,7 +745,7 @@ target_link_libraries(scwx-qt PUBLIC Qt${QT_VERSION_MAJOR}::Widgets
|
|||
GeographicLib::GeographicLib
|
||||
GEOS::geos
|
||||
GEOS::geos_cxx_flags
|
||||
GLEW::GLEW
|
||||
glad_gl_core_33
|
||||
glm::glm
|
||||
imgui
|
||||
qt6ct-common
|
||||
|
|
@ -753,7 +753,8 @@ target_link_libraries(scwx-qt PUBLIC Qt${QT_VERSION_MAJOR}::Widgets
|
|||
SQLite::SQLite3
|
||||
wxdata)
|
||||
|
||||
target_link_libraries(supercell-wx PRIVATE scwx-qt
|
||||
target_link_libraries(supercell-wx PRIVATE GLEW::GLEW
|
||||
scwx-qt
|
||||
wxdata)
|
||||
|
||||
if (LINUX)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue