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-21 06:30:25 +0100
commit06ec65def82e4cf213e510345e43c89ef38188b6 (patch)
tree3d4d752ec2ccd4b777120a01bf626b5924fad8a5 /meson.build
parent3e850cac12f8c94e00d6481a057a719249d2b1ea (diff)
downloadfiv-06ec65def82e4cf213e510345e43c89ef38188b6.tar.gz
fiv-06ec65def82e4cf213e510345e43c89ef38188b6.tar.xz
fiv-06ec65def82e4cf213e510345e43c89ef38188b6.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 8f879ba..8e282a0 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,