Updated to ImGui 1.65

Refs #496
This commit is contained in:
saschawillems 2018-09-07 15:26:43 +02:00
parent eef7c81640
commit 4ce7d7d033
12 changed files with 10773 additions and 9856 deletions

View file

@ -1,4 +1,4 @@
file(GLOB BASE_SRC "*.cpp" "../external/imgui/imgui.cpp" "../external/imgui/imgui_draw.cpp")
file(GLOB BASE_SRC "*.cpp" "../external/imgui/*.cpp")
file(GLOB BASE_HEADERS "*.hpp")
if(WIN32)