From 7b6b229ad9d85d1145322b2edd5992a4629c2106 Mon Sep 17 00:00:00 2001 From: rtk0c Date: Sat, 17 Apr 2021 20:01:40 -0700 Subject: Change imnodes to imgui-node-editor (more mature, more features) --- 3rdparty/imgui/CMakeLists.txt | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) (limited to '3rdparty/imgui/CMakeLists.txt') diff --git a/3rdparty/imgui/CMakeLists.txt b/3rdparty/imgui/CMakeLists.txt index d00e8a2..de80f9a 100644 --- a/3rdparty/imgui/CMakeLists.txt +++ b/3rdparty/imgui/CMakeLists.txt @@ -1,17 +1,4 @@ -set(IMGUI_SOURCES - imgui.h - imgui.cpp - imconfig.h - imgui_internal.h - imgui_demo.cpp - imgui_draw.cpp - imgui_tables.cpp - imgui_widgets.cpp - imgui_stdlib.cpp - imstb_rectpack.h - imstb_textedit.h - imstb_truetype.h -) +file(GLOB IMGUI_SOURCES *.cpp) # We don't build the files in backend/ because they are included by various entrypoint implementations # depending on build flags. Technically it is possible to write then here too, but doing so would require repeating -- cgit v1.2.3-70-g09d2