2022-09-13 13:53:20 -07:00

5 lines
209 B
Meson

fccase_h = custom_target('fccase.h',
output: 'fccase.h',
input: ['CaseFolding.txt', 'fccase.tmpl.h'],
command: [find_program('fc-case.py'), '@INPUT0@', '--template', '@INPUT1@', '--output', '@OUTPUT@'])