1tool = executable('convert_cont', 'convert_font.c')
2
3cursor = custom_target('cursor_data_h',
4 input: 'cursor.pcf',
5 output: 'cursor_data.h',
6 command: [tool, '@INPUT@', '@OUTPUT@']
7)
1tool = executable('convert_cont', 'convert_font.c')
2
3cursor = custom_target('cursor_data_h',
4 input: 'cursor.pcf',
5 output: 'cursor_data.h',
6 command: [tool, '@INPUT@', '@OUTPUT@']
7)