gstreamer/tests/meson.build

12 lines
275 B
Meson
Raw Normal View History

# FIXME: make check work on windows
if host_machine.system() != 'windows'
if not get_option('tests').disabled() and gst_check_dep.found()
subdir('check')
endif
endif
if not get_option('examples').disabled()
2016-08-27 10:22:11 +00:00
subdir('examples')
endif
#subdir('files')
subdir('icles')