meson: Don't add static printf library to executables
[platform/upstream/gstreamer.git] / tests / benchmarks / meson.build
1 benchmarks = [
2   'caps',
3   'capsnego',
4   'complexity',
5   'controller',
6   'init',
7   'mass-elements',
8   'gstpollstress',
9   'gstpoolstress',
10   'gstclockstress',
11   'gstbufferstress',
12 ]
13
14 foreach b : benchmarks
15   executable(b, '@0@.c'.format(b),
16     c_args : gst_c_args,
17     dependencies : [gobject_dep, gmodule_dep, glib_dep, gst_dep, gst_controller_dep],
18     )
19 endforeach