summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meson.build5
1 files changed, 3 insertions, 2 deletions
diff --git a/meson.build b/meson.build
index 203605c..56d64d8 100644
--- a/meson.build
+++ b/meson.build
@@ -581,10 +581,11 @@ if not get_option('benchmarks').disabled()
benchmark,
executable(
benchmark,
- 'benchmark/@0@.c'.format(benchmark),
+ files('benchmark/@0@.c'.format(benchmark)),
include_directories: include_dirs,
c_args: c_suppressions + benchmark_c_args,
- dependencies: [zix_dep, glib_dep]),
+ dependencies: [zix_dep, glib_dep],
+ ),
)
endforeach
endif