summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorPatrick Griffis <tingping@tingping.se>2017-10-23 04:53:04 -0400
committerNirbheek Chauhan <nirbheek@centricular.com>2018-03-10 19:05:19 +0530
commit69fe98bdccc9c1c50e51bdfffa26cddacf07b575 (patch)
treef3cf06942548616e072fbad478c008bb77b516a3 /examples
parent81c7db8c53cc4dc1a7bb772fdca1bd5ec78708eb (diff)
downloadgobject-introspection-69fe98bdccc9c1c50e51bdfffa26cddacf07b575.tar.gz
Initial work on meson port
Diffstat (limited to 'examples')
-rw-r--r--examples/meson.build3
1 files changed, 3 insertions, 0 deletions
diff --git a/examples/meson.build b/examples/meson.build
new file mode 100644
index 00000000..6cc214b5
--- /dev/null
+++ b/examples/meson.build
@@ -0,0 +1,3 @@
+executable('glib-print', 'glib-print.c',
+ dependencies: girepo_dep,
+)