diff options
author | Patrick Griffis <tingping@tingping.se> | 2017-10-23 04:53:04 -0400 |
---|---|---|
committer | Nirbheek Chauhan <nirbheek@centricular.com> | 2018-03-10 19:05:19 +0530 |
commit | 69fe98bdccc9c1c50e51bdfffa26cddacf07b575 (patch) | |
tree | f3cf06942548616e072fbad478c008bb77b516a3 /examples/meson.build | |
parent | 81c7db8c53cc4dc1a7bb772fdca1bd5ec78708eb (diff) | |
download | gobject-introspection-69fe98bdccc9c1c50e51bdfffa26cddacf07b575.tar.gz |
Initial work on meson port
Diffstat (limited to 'examples/meson.build')
-rw-r--r-- | examples/meson.build | 3 |
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, +) |