-
Notifications
You must be signed in to change notification settings - Fork 48
Closed
Labels
Milestone
Description
I found myself using imgui_stdlib.h file which contains some overrides for using std libraries with ImGUI. However Magnum does not include those when finding components. A quick fix that worked for me was:
File FindImGui.cmake
Line 101: foreach(_file imgui imgui_widgets imgui_draw imgui_demo **imgui_stdlib**)Next a new entry will appear in cmake to point to that file. Hope that helps someone.
Metadata
Metadata
Assignees
Labels
Projects
Status
Done