Add imgui dependency

This commit is contained in:
Dan Paulat 2022-11-20 18:35:04 -06:00
parent e0dceda2d2
commit 3c69ad28c6
5 changed files with 32 additions and 0 deletions

View file

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