mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-11 08:52:39 +00:00
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')
|