aboutsummaryrefslogtreecommitdiff
path: root/test cases/vala/13 custom output/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'test cases/vala/13 custom output/meson.build')
-rw-r--r--test cases/vala/13 custom output/meson.build9
1 files changed, 9 insertions, 0 deletions
diff --git a/test cases/vala/13 custom output/meson.build b/test cases/vala/13 custom output/meson.build
new file mode 100644
index 0000000..ef6dbb5
--- /dev/null
+++ b/test cases/vala/13 custom output/meson.build
@@ -0,0 +1,9 @@
+project('valatest', 'c', 'vala')
+
+glib = dependency('glib-2.0')
+gobject = dependency('gobject-2.0')
+
+library('foo-1.0', 'foo.vala',
+ vala_header: 'foo.h',
+ vala_vapi: 'foo.vapi',
+ dependencies: [glib, gobject])