gstreamer/tests/meson.build
2018-07-27 18:42:11 +05:30

9 lines
199 B
Meson

# FIXME: make check work on windows
if host_machine.system() != 'windows'
subdir('check')
endif
if not get_option('examples').disabled()
subdir('examples')
endif
#subdir('files')
subdir('icles')