summaryrefslogtreecommitdiffstats
path: root/test cases/common/157 custom target subdir depend files/subdir/meson.build
blob: f9d31c4c72f533f8587bb3fd13cb6a277c653808 (plain)
1
2
3
4
5
6
foo_src = custom_target('foo_src',
  depend_files : 'dep.dat',
  input : 'foo.c.in',
  output : 'foo.c',
  command : [copy, '@INPUT@', '@OUTPUT@']
)