gstreamer/tests/meson.build

13 lines
263 B
Meson
Raw Normal View History

if not get_option('benchmarks').disabled()
subdir('benchmarks')
endif
if not get_option('tests').disabled()
subdir('check')
endif
if not get_option('examples').disabled()
subdir('examples')
endif
if not get_option('tools').disabled()
subdir('misc')
endif