gstreamer/tests/meson.build

9 lines
189 B
Meson
Raw Normal View History

2018-12-07 11:10:10 +00:00
if not get_option('tests').disabled() and gst_check_dep.found()
subdir('check')
endif
if not get_option('examples').disabled()
2016-08-27 10:22:11 +00:00
subdir('examples')
endif
#subdir('files')
subdir('icles')