From d0b7df9dfc6e5ed20f7a8cf428059966f2ee31cf Mon Sep 17 00:00:00 2001 From: Dionysis Athinaios Date: Mon, 29 Jul 2024 20:15:16 +0100 Subject: [PATCH] Include AUv2 instructions --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ad3890fc..90d84206 100644 --- a/README.md +++ b/README.md @@ -53,6 +53,7 @@ cmake -B build \ -DVST3_SDK_ROOT={path to vst3 sdk} \ -DCLAP_WRAPPER_OUTPUT_NAME="The Name of your CLAP" ``` +If you'd like to also build for AUv2 include `-DCLAP_WRAPPER_BUILD_AUV2=ON` and the SDK in the folder `AudioUnitSDK`. ## Licensing