pumkinpal
Results
1
comments of
pumkinpal
I just have some small suggestions for your top-level CMakeLists.txt . I would recommmend removing `STATIC` from the following line: `add_library (imgui STATIC imgui.cpp imgui_draw.cpp imgui_widgets.cpp ${IMGUI_DEMO_SRC} )` CMake will...