From 2ecf35d15465f5f0ca3fe5bf50f42c0a074a95db Mon Sep 17 00:00:00 2001 From: Jean Pierre Cimalando Date: Mon, 23 Nov 2020 00:22:56 +0100 Subject: [PATCH] Add the common IIDs to AudioUnit --- vst/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/vst/CMakeLists.txt b/vst/CMakeLists.txt index ccb73714..8f993b8c 100644 --- a/vst/CMakeLists.txt +++ b/vst/CMakeLists.txt @@ -242,6 +242,7 @@ elseif(SFIZZ_AU) "${VST3SDK_BASEDIR}/pluginterfaces/base/coreiids.cpp" "${VST3SDK_BASEDIR}/pluginterfaces/base/funknown.cpp" "${VST3SDK_BASEDIR}/pluginterfaces/base/ustring.cpp" + "${VST3SDK_BASEDIR}/public.sdk/source/common/commoniids.cpp" "${VST3SDK_BASEDIR}/public.sdk/source/vst/vstinitiids.cpp") # Add VST hosting classes