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-12-30 08:48:58 +0100 |
| commit | 7662697bd8972c62651e2443fdbbdcc925f97648 (patch) | |
| tree | 3400baabd8cddf5d82f88b99a3a2c238330382c8 /meson.build | |
| parent | 1352bc4063fa6b57e2982e4ded33e3659a2dde8b (diff) | |
| download | fiv-7662697bd8972c62651e2443fdbbdcc925f97648.tar.gz fiv-7662697bd8972c62651e2443fdbbdcc925f97648.tar.xz fiv-7662697bd8972c62651e2443fdbbdcc925f97648.zip | |
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 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, |
