aboutsummaryrefslogtreecommitdiffstats
path: root/meson/test cases/common/157 custom target subdir depend files/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'meson/test cases/common/157 custom target subdir depend files/meson.build')
-rw-r--r--meson/test cases/common/157 custom target subdir depend files/meson.build7
1 files changed, 7 insertions, 0 deletions
diff --git a/meson/test cases/common/157 custom target subdir depend files/meson.build b/meson/test cases/common/157 custom target subdir depend files/meson.build
new file mode 100644
index 000000000..44f5c7157
--- /dev/null
+++ b/meson/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)