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-03 18:05:41 +0100 |
| commit | bd1d3a4d8d8ebd01da6fb1ba61028e38be68ae06 (patch) | |
| tree | 8ec9c05cda9dd79900523fac57d89460eae9aaed /meson.build | |
| parent | c0ba3568e343113bfb98f48999a3a761a8a10c95 (diff) | |
| download | fiv-bd1d3a4d8d8ebd01da6fb1ba61028e38be68ae06.tar.gz fiv-bd1d3a4d8d8ebd01da6fb1ba61028e38be68ae06.tar.xz fiv-bd1d3a4d8d8ebd01da6fb1ba61028e38be68ae06.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, |
