mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-28 05:40:26 -04:00
5 lines
180 B
Meson
5 lines
180 B
Meson
jack_inc = include_directories('.')
|
|
if get_option('jack-devel') == true
|
|
install_subdir('jack', install_dir: get_option('includedir'), strip_directory: false)
|
|
endif
|
|
subdir('src')
|