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',