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-07 22:45:33 +0100 |
| commit | 09610865f3ae2991964ea6bf49a2802e1dac7490 (patch) | |
| tree | 4c48226306bbfe70a2522699c4bf8d5108531f4e /meson.build | |
| parent | b40299374a90c4a4a83bb43a3ddb923f9744eccc (diff) | |
| download | fiv-09610865f3ae2991964ea6bf49a2802e1dac7490.tar.gz fiv-09610865f3ae2991964ea6bf49a2802e1dac7490.tar.xz fiv-09610865f3ae2991964ea6bf49a2802e1dac7490.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 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, |
