mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-06 09:29:42 +00:00
8 lines
194 B
Meson
8 lines
194 B
Meson
if not get_option('tests').disabled() and gstcheck_dep.found()
|
|
subdir('check')
|
|
subdir('icles')
|
|
subdir('validate')
|
|
endif
|
|
if not get_option('examples').disabled()
|
|
subdir('examples')
|
|
endif
|