diff options
Diffstat (limited to 'test cases/common/157 custom target subdir depend files/subdir/meson.build')
-rw-r--r-- | test cases/common/157 custom target subdir depend files/subdir/meson.build | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/test cases/common/157 custom target subdir depend files/subdir/meson.build b/test cases/common/157 custom target subdir depend files/subdir/meson.build new file mode 100644 index 0000000..f9d31c4 --- /dev/null +++ b/test cases/common/157 custom target subdir depend files/subdir/meson.build @@ -0,0 +1,6 @@ +foo_src = custom_target('foo_src', + depend_files : 'dep.dat', + input : 'foo.c.in', + output : 'foo.c', + command : [copy, '@INPUT@', '@OUTPUT@'] +) |