diff options
author | rtk0c <[email protected]> | 2021-04-17 20:01:40 -0700 |
---|---|---|
committer | rtk0c <[email protected]> | 2021-04-17 20:01:40 -0700 |
commit | 7b6b229ad9d85d1145322b2edd5992a4629c2106 (patch) | |
tree | edc5861d7e526ff6aae0fa8038a9ad07c743e0ab /3rdparty/imgui/CMakeLists.txt | |
parent | dca1286661f61e51943863de8ce68849a9578363 (diff) |
Change imnodes to imgui-node-editor (more mature, more features)
Diffstat (limited to '3rdparty/imgui/CMakeLists.txt')
-rw-r--r-- | 3rdparty/imgui/CMakeLists.txt | 15 |
1 files changed, 1 insertions, 14 deletions
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 |