aboutsummaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorPřemysl Eric Janouch <p@janouch.name>2023-06-07 18:11:20 +0200
committerPřemysl Eric Janouch <p@janouch.name>2025-11-07 22:45:33 +0100
commit09610865f3ae2991964ea6bf49a2802e1dac7490 (patch)
tree4c48226306bbfe70a2522699c4bf8d5108531f4e /meson.build
parentb40299374a90c4a4a83bb43a3ddb923f9744eccc (diff)
downloadfiv-09610865f3ae2991964ea6bf49a2802e1dac7490.tar.gz
fiv-09610865f3ae2991964ea6bf49a2802e1dac7490.tar.xz
fiv-09610865f3ae2991964ea6bf49a2802e1dac7490.zip
NOPUSH: Add a tool to measure thumb extraction statsHEADmaster
This is really ugly.
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build3
1 files changed, 3 insertions, 0 deletions
diff --git a/meson.build b/meson.build
index 5f1409e..be2f963 100644
--- a/meson.build
+++ b/meson.build
@@ -200,6 +200,9 @@ if get_option('tools').enabled()
c_args: tools_c_args)
endforeach
+ executable('benchmark-raw', 'tools/benchmark-raw.c',
+ objects : iolib,
+ dependencies : dependencies + tools_dependencies)
if gdkpixbuf.found()
executable('benchmark-io', 'tools/benchmark-io.c',
objects : iolib,