Add support for Meson as alternative/parallel build system
[platform/upstream/gstreamer.git] / tests / meson.build
1 subdir('benchmarks')
2 # FIXME: make check work on windows
3 if host_machine.system() != 'windows'
4 subdir('check')
5 endif
6 if not get_option('disable_examples')
7   subdir('examples')
8 endif
9 subdir('misc')