summaryrefslogtreecommitdiffstats
path: root/src/imgui/meson.build
diff options
context:
space:
mode:
authorEric Engestrom <[email protected]>2019-05-05 09:00:16 +0100
committerEric Engestrom <[email protected]>2019-05-21 14:40:22 +0100
commit93d900ece365274e45034b85af97abf980a63dfb (patch)
tree5ecdf3d0ba65cd3a04555fb5c034660fcf0d1851 /src/imgui/meson.build
parentfd80f1e8d1046f670085db1dc629433641be3b1d (diff)
imgui: delete demo file
Signed-off-by: Eric Engestrom <[email protected]> Reviewed-by: Lionel Landwerlin <[email protected]>
Diffstat (limited to 'src/imgui/meson.build')
-rw-r--r--src/imgui/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/imgui/meson.build b/src/imgui/meson.build
index 02e2f9c545c..67cde5c7d88 100644
--- a/src/imgui/meson.build
+++ b/src/imgui/meson.build
@@ -1,6 +1,6 @@
libimgui_core = static_library(
'intel_imgui_core',
- files('imgui.cpp', 'imgui_demo.cpp', 'imgui_draw.cpp', 'imgui_widgets.cpp'),
+ files('imgui.cpp', 'imgui_draw.cpp', 'imgui_widgets.cpp'),
cpp_args : ['-w'],
install : false
)