From dccf75e9f0e2d0c01aad98a8b6a9629d8138e4cc Mon Sep 17 00:00:00 2001 From: Chris Cannam Date: Wed, 5 Jan 2022 12:55:01 +0000 Subject: [PATCH] Comment --- meson.build | 3 +++ 1 file changed, 3 insertions(+) diff --git a/meson.build b/meson.build index 390391b..c1e526f 100644 --- a/meson.build +++ b/meson.build @@ -483,6 +483,9 @@ rubberband_library = library( install: true, ) +# This dependency is not used in this build file, but is declared +# for use when including this project as a subproject using Wrap +# rubberband_dep = declare_dependency( link_with: rubberband_library, include_directories: 'rubberband',