aboutsummaryrefslogtreecommitdiffstats
path: root/meson/test cases/unit/81 wrap-git/subprojects/packagefiles/wrap_git_builddef
diff options
context:
space:
mode:
Diffstat (limited to 'meson/test cases/unit/81 wrap-git/subprojects/packagefiles/wrap_git_builddef')
-rw-r--r--meson/test cases/unit/81 wrap-git/subprojects/packagefiles/wrap_git_builddef/meson.build3
1 files changed, 3 insertions, 0 deletions
diff --git a/meson/test cases/unit/81 wrap-git/subprojects/packagefiles/wrap_git_builddef/meson.build b/meson/test cases/unit/81 wrap-git/subprojects/packagefiles/wrap_git_builddef/meson.build
new file mode 100644
index 000000000..2570f7777
--- /dev/null
+++ b/meson/test cases/unit/81 wrap-git/subprojects/packagefiles/wrap_git_builddef/meson.build
@@ -0,0 +1,3 @@
+project('foo', 'c')
+
+exe = executable('app', 'main.c')