mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-10 19:31:12 +00:00
7 lines
128 B
Meson
7 lines
128 B
Meson
|
# FIXME: make check work on windows
|
||
|
if host_machine.system() != 'windows'
|
||
|
subdir('check')
|
||
|
endif
|
||
|
|
||
|
# TODO: Implement examples etc
|