pipewire/src/meson.build
Fabrice Fontaine a269bc0bed meson: add tests option
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
2020-02-23 00:09:16 +01:00

16 lines
242 B
Meson

subdir('pipewire')
subdir('extensions')
subdir('daemon')
subdir('tools')
subdir('modules')
if get_option('examples')
subdir('examples')
endif
if get_option('tests')
subdir('tests')
endif
if get_option('gstreamer')
subdir('gst')
endif