pipewire/spa/include/meson.build
Peter Hutterer 3de2d1c99c spa: use meson's install_subdir to install our header files
All files in spa/include are being installed anyway, so to avoid having to
list each file one-by-one let's use meson's install_subdir() to install all
of them in one go.
2021-04-15 06:57:00 +00:00

3 lines
76 B
Meson

install_subdir('spa',
install_dir : get_option('includedir') / spa_name
)