summaryrefslogtreecommitdiffstats
path: root/test cases/common/157 custom target subdir depend files/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'test cases/common/157 custom target subdir depend files/meson.build')
-rw-r--r--test cases/common/157 custom target subdir depend files/meson.build7
1 files changed, 7 insertions, 0 deletions
diff --git a/test cases/common/157 custom target subdir depend files/meson.build b/test cases/common/157 custom target subdir depend files/meson.build
new file mode 100644
index 0000000..44f5c71
--- /dev/null
+++ b/test cases/common/157 custom target subdir depend files/meson.build
@@ -0,0 +1,7 @@
+project('custom target subdir depend files', 'c')
+
+copy = find_program('copyfile.py')
+
+subdir('subdir')
+
+executable('foo', foo_src)