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>2026-03-29 23:13:11 +0200
commit22aa41aacb63f47a5d07637c5bdcd324fd95af8a (patch)
treec48da436bad11d1582301b78ed4d96b64b16e328 /meson.build
parent4c4befd992cb0b0d380c0ffe52379d4e819fcfb4 (diff)
downloadfiv-22aa41aacb63f47a5d07637c5bdcd324fd95af8a.tar.gz
fiv-22aa41aacb63f47a5d07637c5bdcd324fd95af8a.tar.xz
fiv-22aa41aacb63f47a5d07637c5bdcd324fd95af8a.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 1225674..5139c48 100644
--- a/meson.build
+++ b/meson.build
@@ -216,6 +216,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,