gstreamer/tests/meson.build

10 lines
184 B
Meson
Raw Normal View History

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