mirror of
https://github.com/harfbuzz/harfbuzz.git
synced 2025-04-04 13:05:04 +00:00
6 lines
216 B
Meson
6 lines
216 B
Meson
hb_paint_all = executable('hb-paint-all', ['hb-paint-all.c'],
|
|
cpp_args: cpp_args,
|
|
include_directories: [incconfig, incsrc],
|
|
link_with: [libharfbuzz],
|
|
)
|
|
meson.override_find_program('hb-paint-all', hb_paint_all)
|