diff options
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 |