mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 01:40:05 +00:00
Move GLEW dependency back to scwx-qt (provides GLU)
This commit is contained in:
parent
d5cda9b353
commit
40fc41b724
1 changed files with 2 additions and 2 deletions
|
|
@ -746,6 +746,7 @@ target_link_libraries(scwx-qt PUBLIC Qt${QT_VERSION_MAJOR}::Widgets
|
|||
GEOS::geos
|
||||
GEOS::geos_cxx_flags
|
||||
glad_gl_core_33
|
||||
GLEW::GLEW
|
||||
glm::glm
|
||||
imgui
|
||||
qt6ct-common
|
||||
|
|
@ -753,8 +754,7 @@ target_link_libraries(scwx-qt PUBLIC Qt${QT_VERSION_MAJOR}::Widgets
|
|||
SQLite::SQLite3
|
||||
wxdata)
|
||||
|
||||
target_link_libraries(supercell-wx PRIVATE GLEW::GLEW
|
||||
scwx-qt
|
||||
target_link_libraries(supercell-wx PRIVATE scwx-qt
|
||||
wxdata)
|
||||
|
||||
if (LINUX)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue