mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 15:51:11 +00:00
10 lines
197 B
Meson
10 lines
197 B
Meson
|
subdir('benchmarks')
|
||
|
# FIXME: make check work on windows
|
||
|
if host_machine.system() != 'windows'
|
||
|
subdir('check')
|
||
|
endif
|
||
|
if not get_option('disable_examples')
|
||
|
subdir('examples')
|
||
|
endif
|
||
|
subdir('misc')
|