mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-19 16:21:17 +00:00
4fb02fc85b
Also yield common options to the outer project (gst-build in our case) so that they don't have to be set manually.
6 lines
105 B
Meson
6 lines
105 B
Meson
subdir('benchmarks')
|
|
subdir('check')
|
|
if get_option('examples')
|
|
subdir('examples')
|
|
endif
|
|
subdir('misc')
|