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-11 23:37:05 +0100
commit6f4ebe9c7f8d18b28693412525a23af0d14b3841 (patch)
tree23f1b6bd82b3dd311ea4f1f8040ffc2e58feb42e /meson.build
parent55320f0e40bba9d6e1a415e976183a470676a602 (diff)
downloadfiv-6f4ebe9c7f8d18b28693412525a23af0d14b3841.tar.gz
fiv-6f4ebe9c7f8d18b28693412525a23af0d14b3841.tar.xz
fiv-6f4ebe9c7f8d18b28693412525a23af0d14b3841.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,