blob: e661d8665499886975959224fde15783d5731911 (
plain)
1
2
3
4
5
6
|
#check with a single @OUTPUT0@ in a subdirectory and multiple inputs
gen4 = generator(python,
output : ['@BASENAME@.o'],
arguments : [comp, cc, '@INPUT@', '@OUTPUT0@'])
generated4 = gen4.process(files('source5.c', 'source6.c'))
|