mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-11-01 13:20:04 +00:00
Add imgui dependency
This commit is contained in:
parent
e0dceda2d2
commit
3c69ad28c6
5 changed files with 32 additions and 0 deletions
|
|
@ -293,6 +293,7 @@ endif()
|
|||
|
||||
target_include_directories(scwx-qt PUBLIC ${scwx-qt_SOURCE_DIR}/source
|
||||
${FTGL_INCLUDE_DIR}
|
||||
${IMGUI_INCLUDE_DIR}
|
||||
${MBGL_INCLUDE_DIR}
|
||||
${STB_INCLUDE_DIR})
|
||||
|
||||
|
|
@ -316,6 +317,7 @@ target_link_libraries(scwx-qt PUBLIC Qt${QT_VERSION_MAJOR}::Widgets
|
|||
freetype-gl
|
||||
GeographicLib::GeographicLib
|
||||
glm::glm
|
||||
imgui
|
||||
SQLite::SQLite3
|
||||
wxdata)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue