meson.build revision a4e54154
1fccase_h = custom_target('fccase.h',
2  output: 'fccase.h',
3  input: ['CaseFolding.txt', 'fccase.tmpl.h'],
4  command: [find_program('fc-case.py'), '@INPUT0@', '--template', '@INPUT1@', '--output', '@OUTPUT@'])
5