summaryrefslogtreecommitdiff
path: root/demos/meson.build
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2019-06-30 13:25:30 +0000
committerEmmanuele Bassi <ebassi@gnome.org>2019-07-01 00:10:11 +0100
commit514de0b91a34e90166a2f4a35ff29a0558590f1d (patch)
tree583b8430d0974308f8c91bf645a1b4e000f566a0 /demos/meson.build
parent9a463056d02226a3232dbdceda281a0f4c02a743 (diff)
downloadgtk+-514de0b91a34e90166a2f4a35ff29a0558590f1d.tar.gz
Add a constraint editor demo
This is an initial cut at providing a tool for interactive exploration of constraints.
Diffstat (limited to 'demos/meson.build')
-rw-r--r--demos/meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/demos/meson.build b/demos/meson.build
index 6f1905ddb6..c9d7081b40 100644
--- a/demos/meson.build
+++ b/demos/meson.build
@@ -1,3 +1,4 @@
+subdir('constraint-editor')
subdir('gtk-demo')
subdir('icon-browser')
subdir('node-editor')