mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-29 05:40:27 -04:00
16 lines
242 B
Meson
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
|