blob: 98b9d26476f67ebca11d0d107c043ad444e40076 [file] [log] [blame]
project('a', ['c'])
x = find_program('x.py')
outs = custom_target('foo', output: ['x.c', 'y'], input: 'a', command: [x])
executable('testprog', outs[0])