mpv/TOOLS/osxbundle/meson.build

7 lines
231 B
Meson

osxbundle = custom_target('osxbundle',
input: join_paths('mpv.app', 'Contents', 'Resources', 'icon.icns'),
output: 'icon.icns.inc',
command: [file2string, '@INPUT@', '@OUTPUT@', '@SOURCE_ROOT@'],
)
sources += osxbundle