summaryrefslogtreecommitdiffstats
path: root/generated/sub/meson.build
blob: 867f218614bb35358eabefaa2cdd1116af06ffdb (plain)
1
2
3
4
5
6
osd_font = custom_target('osd_font.otf',
    input: join_paths(source_root, 'sub', 'osd_font.otf'),
    output: 'osd_font.otf.inc',
    command: [file2string, '@INPUT@', '@OUTPUT@'],
)
sources += osd_font