Install headers!

This commit is contained in:
Chris Cannam
2021-03-10 08:06:45 +00:00
parent 8b2a4d6aa1
commit 5897dfbc5b

View File

@@ -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')