gstreamer/tests/meson.build
Nirbheek Chauhan 4fb02fc85b meson: Update option names to omit disable_ and with- prefixes
Also yield common options to the outer project (gst-build in our case)
so that they don't have to be set manually.
2018-05-05 20:30:43 +05:30

7 lines
105 B
Meson

subdir('benchmarks')
subdir('check')
if get_option('examples')
subdir('examples')
endif
subdir('misc')