From 6f4ebe9c7f8d18b28693412525a23af0d14b3841 Mon Sep 17 00:00:00 2001 From: Přemysl Eric Janouch
Date: Wed, 7 Jun 2023 18:11:20 +0200 Subject: NOPUSH: Add a tool to measure thumb extraction stats This is really ugly. --- meson.build | 3 +++ 1 file changed, 3 insertions(+) (limited to 'meson.build') 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, -- cgit v1.2.3-70-g09d2