From 948991d7b5104280c03960925908e589c77b169a Mon Sep 17 00:00:00 2001 From: falkTX Date: Mon, 22 Apr 2024 01:25:45 +0200 Subject: [PATCH] Fix cmake build Signed-off-by: falkTX --- cmake/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/cmake/CMakeLists.txt b/cmake/CMakeLists.txt index d96a20553..896789bf4 100644 --- a/cmake/CMakeLists.txt +++ b/cmake/CMakeLists.txt @@ -1510,6 +1510,7 @@ if(APPLE) set_source_files_properties( ../source/backend/CarlaStandalone.cpp ../source/backend/engine/CarlaEngineNative.cpp + ../source/backend/plugin/CarlaPluginAU.cpp ../source/backend/plugin/CarlaPluginCLAP.cpp ../source/backend/plugin/CarlaPluginVST2.cpp ../source/backend/plugin/CarlaPluginVST3.cpp