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-03-29 23:13:11 +0200 |
| commit | 22aa41aacb63f47a5d07637c5bdcd324fd95af8a (patch) | |
| tree | c48da436bad11d1582301b78ed4d96b64b16e328 /meson.build | |
| parent | 4c4befd992cb0b0d380c0ffe52379d4e819fcfb4 (diff) | |
| download | fiv-22aa41aacb63f47a5d07637c5bdcd324fd95af8a.tar.gz fiv-22aa41aacb63f47a5d07637c5bdcd324fd95af8a.tar.xz fiv-22aa41aacb63f47a5d07637c5bdcd324fd95af8a.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, |
