200c5c4ab4b68744f08325f1ddb7dc636f8d5ccc
[platform/upstream/gstreamer.git] / subprojects / gstreamer / tests / examples / adapter / meson.build
1 if cdata.has('HAVE_SYS_TIMES_H') and cdata.has('HAVE_UNISTD_H')
2   executable('adapter_test', 'adapter_test.c',
3     install: false,
4     dependencies : [glib_dep, gobject_dep, gmodule_dep, mathlib, gst_dep, gst_base_dep],
5     c_args: gst_c_args,
6   )
7 endif