mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 15:51:11 +00:00
11 lines
275 B
Meson
11 lines
275 B
Meson
# FIXME: make check work on windows
|
|
if host_machine.system() != 'windows'
|
|
if not get_option('tests').disabled() and gst_check_dep.found()
|
|
subdir('check')
|
|
endif
|
|
endif
|
|
if not get_option('examples').disabled()
|
|
subdir('examples')
|
|
endif
|
|
#subdir('files')
|
|
subdir('icles')
|