summaryrefslogtreecommitdiff
path: root/examples/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'examples/meson.build')
-rw-r--r--examples/meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/meson.build b/examples/meson.build
index f2c47417..04a7608a 100644
--- a/examples/meson.build
+++ b/examples/meson.build
@@ -17,6 +17,7 @@ examples = [
[['properties'], 'example', ['properties_example.cc'], false],
[['regex'], 'example', ['main.cc'], false],
[['settings'], 'settings', ['settings.cc', 'org.gtkmm.demo.gschema.xml'], true],
+ [['subprocess'], 'example', ['main.cc'], true],
[['thread'], 'dispatcher', ['dispatcher.cc'], false],
[['thread'], 'dispatcher2', ['dispatcher2.cc'], false],
]