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-02-23 11:58:14 +0100 |
| commit | 4e55a4d2779d3b6d0d62771800bc797db9b5ff48 (patch) | |
| tree | b5ea951c1767ca0626b1a5963f605e775cd6e470 /meson.build | |
| parent | 99afceb307aa226a5223cb9f1ab50a2f5a167140 (diff) | |
| download | fiv-4e55a4d2779d3b6d0d62771800bc797db9b5ff48.tar.gz fiv-4e55a4d2779d3b6d0d62771800bc797db9b5ff48.tar.xz fiv-4e55a4d2779d3b6d0d62771800bc797db9b5ff48.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, |
