diff options
Diffstat (limited to 'test cases/unit/81 wrap-git/subprojects/packagefiles/wrap_git_builddef/meson.build')
| -rw-r--r-- | test cases/unit/81 wrap-git/subprojects/packagefiles/wrap_git_builddef/meson.build | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test cases/unit/81 wrap-git/subprojects/packagefiles/wrap_git_builddef/meson.build b/test cases/unit/81 wrap-git/subprojects/packagefiles/wrap_git_builddef/meson.build new file mode 100644 index 000000000..2570f7777 --- /dev/null +++ b/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') |
