blob: f9d31c4c72f533f8587bb3fd13cb6a277c653808 [file] [log] [blame]
foo_src = custom_target('foo_src',
depend_files : 'dep.dat',
input : 'foo.c.in',
output : 'foo.c',
command : [copy, '@INPUT@', '@OUTPUT@']
)