blob: 64b4363476582a6ee7b670842c942c9ff0f3dc13 [file] [log] [blame]
project('toplevel bar', 'c')
subproject('foo')
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])