parent
7e1df7540d
commit
9bf641e545
5 changed files with 9 additions and 8 deletions
@ -0,0 +1,7 @@ |
||||
gen = find_program('manygen.py') |
||||
|
||||
generated = custom_target('manygen', |
||||
output : ['gen_func.a', 'gen_func.c', 'gen_func.h', 'gen_func.o'], |
||||
input : ['funcinfo.def'], |
||||
command : [gen, '@INPUT@', '@OUTDIR@'], |
||||
) |
Loading…
Reference in new issue