blob: c5be5b7d8cb4ad545093242b4c887a5d437e7fc4 [file] [log] [blame]
project('toplevel bar', 'c')
subproject('foo')
executable('bar', 'bar.c')
run_target('nop', command : ['true'])
custom_target('cus', output: ['cus.c'], command : ['true'])