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-05-26 08:42:50 +0200
commit1de54c5c390c3beb79ad00bf1df8a0a82e1e620c (patch)
tree191a41bfebb39d6826c600320597fe383812b7a3 /meson.build
parentbac42b1ee3ab8a0fca36be18a89f94bba95c5970 (diff)
downloadfiv-1de54c5c390c3beb79ad00bf1df8a0a82e1e620c.tar.gz
fiv-1de54c5c390c3beb79ad00bf1df8a0a82e1e620c.tar.xz
fiv-1de54c5c390c3beb79ad00bf1df8a0a82e1e620c.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,