gstreamer/tests/meson.build
2018-12-18 10:34:01 +00:00

9 lines
189 B
Meson

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