mirror of
https://github.com/harfbuzz/harfbuzz.git
synced 2025-04-04 21:15:06 +00:00
[test/draw] Add meson.build
This commit is contained in:
parent
1d25de8316
commit
be90974de8
1 changed files with 6 additions and 0 deletions
6
test/draw/meson.build
Normal file
6
test/draw/meson.build
Normal file
|
@ -0,0 +1,6 @@
|
|||
hb_draw_all = executable('hb-draw-all', ['hb-draw-all.c'],
|
||||
cpp_args: cpp_args,
|
||||
include_directories: [incconfig, incsrc],
|
||||
link_with: [libharfbuzz],
|
||||
)
|
||||
meson.override_find_program('hb-draw-all', hb_draw_all)
|
Loading…
Add table
Reference in a new issue