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-12-02 01:50:24 +0100
commita564bdc18da6559589bcc249326c5a99b90f047d (patch)
tree46e23abf34d864c1aa92db42e6ebd1b7f35a407f /meson.build
parentc126d3a6c835a0033b0c62a1b3120fca766e2cbf (diff)
downloadfiv-a564bdc18da6559589bcc249326c5a99b90f047d.tar.gz
fiv-a564bdc18da6559589bcc249326c5a99b90f047d.tar.xz
fiv-a564bdc18da6559589bcc249326c5a99b90f047d.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,