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-03 18:05:41 +0100
commitbd1d3a4d8d8ebd01da6fb1ba61028e38be68ae06 (patch)
tree8ec9c05cda9dd79900523fac57d89460eae9aaed /meson.build
parentc0ba3568e343113bfb98f48999a3a761a8a10c95 (diff)
downloadfiv-bd1d3a4d8d8ebd01da6fb1ba61028e38be68ae06.tar.gz
fiv-bd1d3a4d8d8ebd01da6fb1ba61028e38be68ae06.tar.xz
fiv-bd1d3a4d8d8ebd01da6fb1ba61028e38be68ae06.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,