Adding Qt ImGui backend

This commit is contained in:
Dan Paulat 2022-11-25 00:41:20 -06:00
parent dd1b4f27c8
commit b18692657a
4 changed files with 22 additions and 3 deletions

View file

@ -293,7 +293,7 @@ endif()
target_include_directories(scwx-qt PUBLIC ${scwx-qt_SOURCE_DIR}/source
${FTGL_INCLUDE_DIR}
${IMGUI_INCLUDE_DIR}
${IMGUI_INCLUDE_DIRS}
${MBGL_INCLUDE_DIR}
${STB_INCLUDE_DIR})