gstreamer/tests/meson.build

9 lines
172 B
Meson
Raw Normal View History

if not get_option('tests').disabled() and gstcheck_dep.found()
subdir('check')
endif
subdir('icles')
if not get_option('examples').disabled()
subdir('examples')
endif