mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 03:50: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
|
||||||
GEOS::geos_cxx_flags
|
GEOS::geos_cxx_flags
|
||||||
glad_gl_core_33
|
glad_gl_core_33
|
||||||
|
GLEW::GLEW
|
||||||
glm::glm
|
glm::glm
|
||||||
imgui
|
imgui
|
||||||
qt6ct-common
|
qt6ct-common
|
||||||
|
|
@ -753,8 +754,7 @@ target_link_libraries(scwx-qt PUBLIC Qt${QT_VERSION_MAJOR}::Widgets
|
||||||
SQLite::SQLite3
|
SQLite::SQLite3
|
||||||
wxdata)
|
wxdata)
|
||||||
|
|
||||||
target_link_libraries(supercell-wx PRIVATE GLEW::GLEW
|
target_link_libraries(supercell-wx PRIVATE scwx-qt
|
||||||
scwx-qt
|
|
||||||
wxdata)
|
wxdata)
|
||||||
|
|
||||||
if (LINUX)
|
if (LINUX)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue