diff options
author | rtk0c <[email protected]> | 2021-03-29 17:55:02 -0700 |
---|---|---|
committer | rtk0c <[email protected]> | 2021-03-29 17:55:02 -0700 |
commit | 70cc233165b5efa3a3888af34f7afce095fe6947 (patch) | |
tree | b15e8f2e3816acc204846188e78514f2ba6ad816 /3rdparty/imgui/CMakeLists.txt | |
parent | 6032ae108064650324b2c45352e1baa5b36961cc (diff) |
More work on project tab
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 |