clap

CLAP Audio Plugin API
Log | Files | Refs | README | LICENSE

commit 68c697abdd95d85598edf0092cb1adc3166cf8c4
parent af669806c9bcc3242027182dacc90dfadae5ac00
Author: Robbert van der Helm <mail@robbertvanderhelm.nl>
Date:   Thu,  3 Nov 2022 15:19:26 +0100

Remove out of date documentation bit

`clap-plugin-core` was removed in
e9cdc4605bc6d0bcce0a3d2c9e3f1055bbcca5f3.

Diffstat:
MCMakeLists.txt | 3+--
1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt @@ -5,8 +5,7 @@ project(CLAP LANGUAGES C CXX VERSION 1.1.2) option(CLAP_BUILD_TESTS "Should CLAP build tests and the like?" OFF) # If you use clap as a submodule of your plugin you need some interface projects -# to allow you to link. clap-core gives you the include directory and clap-plugin-core -# gives you the core + plugin-glue. +# to allow you to link add_library(clap INTERFACE) target_include_directories(clap INTERFACE include)