mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-03 16:09:39 +00:00
9 lines
205 B
Meson
9 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')
|