gstreamer/subprojects/gst-plugins-bad/tests/meson.build

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

13 lines
234 B
Meson
Raw Normal View History

if get_option('tests').disabled() or static_build
subdir_done()
endif
if gstcheck_dep.found()
subdir('check')
subdir('interactive')
subdir('validate')
endif
if not get_option('examples').disabled()
subdir('examples')
endif