diff options
Diffstat (limited to '3rdparty/imgui/CMakeLists.txt')
-rw-r--r-- | 3rdparty/imgui/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/3rdparty/imgui/CMakeLists.txt b/3rdparty/imgui/CMakeLists.txt index 7f66b97..d00e8a2 100644 --- a/3rdparty/imgui/CMakeLists.txt +++ b/3rdparty/imgui/CMakeLists.txt @@ -7,6 +7,7 @@ set(IMGUI_SOURCES imgui_draw.cpp imgui_tables.cpp imgui_widgets.cpp + imgui_stdlib.cpp imstb_rectpack.h imstb_textedit.h imstb_truetype.h |