gstreamer/tests/meson.build

8 lines
174 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')
subdir('icles')
endif
if not get_option('examples').disabled()
2016-08-27 10:22:11 +00:00
subdir('examples')
endif