meson: build more examples
[platform/upstream/gstreamer.git] / tests / icles / meson.build
1 if not get_option('soundtouch').disabled() and soundtouch_dep.found()
2   executable('pitch-test', 'pitch-test.c',
3     include_directories: [configinc],
4     dependencies: [glib_dep, gst_dep, gstcontroller_dep],
5     install: false)
6 endif