5eea10bee8c45996d8c4a14600894d32bfa20785
[platform/upstream/gstreamer.git] / subprojects / gstreamer / tests / examples / helloworld / meson.build
1 executable('helloworld', 'helloworld.c',
2   install: false,
3   dependencies : [glib_dep, gobject_dep, gmodule_dep, mathlib, gst_dep],
4   c_args: gst_c_args,
5 )