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> | 2026-05-26 08:42:50 +0200 |
| commit | 1de54c5c390c3beb79ad00bf1df8a0a82e1e620c (patch) | |
| tree | 191a41bfebb39d6826c600320597fe383812b7a3 /meson.build | |
| parent | bac42b1ee3ab8a0fca36be18a89f94bba95c5970 (diff) | |
| download | fiv-1de54c5c390c3beb79ad00bf1df8a0a82e1e620c.tar.gz fiv-1de54c5c390c3beb79ad00bf1df8a0a82e1e620c.tar.xz fiv-1de54c5c390c3beb79ad00bf1df8a0a82e1e620c.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 1225674..5139c48 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, |
