summaryrefslogtreecommitdiff
path: root/examples/iochannel_stream/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'examples/iochannel_stream/meson.build')
-rw-r--r--examples/iochannel_stream/meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/iochannel_stream/meson.build b/examples/iochannel_stream/meson.build
new file mode 100644
index 00000000..8ad345d5
--- /dev/null
+++ b/examples/iochannel_stream/meson.build
@@ -0,0 +1 @@
+executable('iochannel_stream-example', 'main.cc', 'fdstream.cc', dependencies : giomm_dep)