diff options
| author | Přemysl Eric Janouch <p@janouch.name> | 2023-06-07 18:11:20 +0200 | 
|---|---|---|
| committer | Přemysl Eric Janouch <p@janouch.name> | 2025-11-02 02:09:29 +0100 | 
| commit | b4714fa125d82bc7de90636ad896ea16c66d79e4 (patch) | |
| tree | debbe69e754949cb3451c237b89aed3408e6f216 /meson.build | |
| parent | b63226b5e0e74cf458fcd76fb123195f81ce03df (diff) | |
| download | fiv-b4714fa125d82bc7de90636ad896ea16c66d79e4.tar.gz fiv-b4714fa125d82bc7de90636ad896ea16c66d79e4.tar.xz fiv-b4714fa125d82bc7de90636ad896ea16c66d79e4.zip  | |
NOPUSH: Add a tool to measure thumb extraction stats
This is really ugly.
Diffstat (limited to 'meson.build')
| -rw-r--r-- | meson.build | 3 | 
1 files changed, 3 insertions, 0 deletions
diff --git a/meson.build b/meson.build index 5f1409e..be2f963 100644 --- a/meson.build +++ b/meson.build @@ -200,6 +200,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,  | 
