From 5897dfbc5bfc7c1b249f658cc54241c78e9850ac Mon Sep 17 00:00:00 2001 From: Chris Cannam Date: Wed, 10 Mar 2021 08:06:45 +0000 Subject: [PATCH] Install headers! --- meson.build | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/meson.build b/meson.build index 0d81506..3238f2e 100644 --- a/meson.build +++ b/meson.build @@ -419,6 +419,13 @@ else message('Not building Rubber Band Library dynamic library: no_shared option set') endif +install_headers( + [ 'rubberband/RubberBandStretcher.h', + 'rubberband/rubberband-c.h' + ], + subdir: 'rubberband' +) + if have_ladspa target_summary += { 'LADSPA plugin': [ true, 'Name: ' + rubberband_ladspa_name ] } message('Will build LADSPA plugin')