mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-25 19:21:06 +00:00
9 lines
164 B
Meson
9 lines
164 B
Meson
|
subdir('base')
|
||
|
subdir('controller')
|
||
|
subdir('net')
|
||
|
subdir('helpers')
|
||
|
# FIXME: make check work on windows
|
||
|
if host_machine.system() != 'windows'
|
||
|
subdir('check')
|
||
|
endif
|