blob: 06addb4cf54bedbe827d74fcfb4c01a039e99a61 [file] [log] [blame]
project('subfoo', 'c')
executable('bar', 'bar.c')
run_target('nop', command : ['true'])
custom_target('cus', output: ['cus.c'], command : ['true'])