mirror of
https://github.com/harfbuzz/harfbuzz.git
synced 2025-04-04 13:05:04 +00:00
[perf] Bikeshedding
This commit is contained in:
parent
cfb962d73c
commit
0eeb6ccb42
6 changed files with 14 additions and 14 deletions
|
@ -38,3 +38,17 @@ foreach source : benchmarks_subset
|
||||||
install: false,
|
install: false,
|
||||||
), workdir: meson.current_source_dir() / '..', timeout: 100)
|
), workdir: meson.current_source_dir() / '..', timeout: 100)
|
||||||
endforeach
|
endforeach
|
||||||
|
|
||||||
|
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)
|
||||||
|
|
||||||
|
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)
|
||||||
|
|
|
@ -1,6 +0,0 @@
|
||||||
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)
|
|
|
@ -3,5 +3,3 @@ subdir('fuzzing')
|
||||||
subdir('threads')
|
subdir('threads')
|
||||||
subdir('shape')
|
subdir('shape')
|
||||||
subdir('api')
|
subdir('api')
|
||||||
subdir('draw')
|
|
||||||
subdir('paint')
|
|
||||||
|
|
|
@ -1,6 +0,0 @@
|
||||||
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)
|
|
Loading…
Add table
Reference in a new issue