gstreamer/tests/meson.build
2016-08-30 18:15:09 +01:00

10 lines
205 B
Meson

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