seanchas116 / qtimgui

Qt (QOpenGLWidget / QOpenGLWindow) backend for ImGui
MIT License
370 stars 95 forks source link

Add option QTIMGUI_BUILD_IMGUI #20

Closed pthom closed 4 years ago

pthom commented 4 years ago

Hi,

This PR adds the possibility to provide your own imgui version instead of the imgui submodule.

imgui is built by default, but you can provide your own version by setting QTIMGUI_BUILD_IMGUI to OFF

seanchas116 commented 4 years ago

Thank you!