Externals: add missing helper cpp to imgui

This commit is contained in:
iwubcode 2023-11-09 19:44:06 -06:00
commit 08a5137512

View file

@ -10,6 +10,7 @@ set(SRCS
imgui_draw.cpp
imgui_tables.cpp
imgui_widgets.cpp
misc/cpp/imgui_stdlib.cpp
)
add_library(imgui STATIC ${SRCS})