blob: 94b235c141572cc9c96bff7512534e457ecdb8c5 [file] [log] [blame]
project('subfoo', 'c')
true_cmd = find_program('true.py')
executable('bar', 'bar.c')
run_target('nop', command : [true_cmd])
custom_target('cus', output: ['cus.c'], command : [true_cmd])