gearmulator

Emulation of classic VA synths of the late 90s/2000s that are based on Motorola 56300 family DSPs
Log | Files | Refs | Submodules | README | LICENSE

commit 2f169c84b7a5329f35df5666869e23b196a99f7d
parent b2e3ad59127553fe1e9fdd9569555d2d0c115b76
Author: dsp56300 <dsp56300@users.noreply.github.com>
Date:   Wed, 11 Aug 2021 09:27:34 +0200

use own JUCE, not the ctrlr version

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

diff --git a/CMakeLists.txt b/CMakeLists.txt @@ -21,14 +21,12 @@ if(EXISTS ${CMAKE_CURRENT_SOURCE_DIR}/source/vstsdk2.4.2/public.sdk/source/vst2. set(JUCE_GLOBAL_VST2_SDK_PATH ${CMAKE_CURRENT_SOURCE_DIR}/source/vstsdk2.4.2/) endif() -#add_subdirectory(source/ctrlr) - # ----------------- Juce based audio plugin set_property(GLOBAL PROPERTY USE_FOLDERS YES) if(${PROJECT_NAME}_BUILD_JUCEPLUGIN) set(JUCE_ENABLE_MODULE_SOURCE_GROUPS ON CACHE BOOL "" FORCE) - add_subdirectory(source/ctrlr/JUCE) + add_subdirectory(source/JUCE) add_subdirectory(source/jucePlugin) if(JUCE_GLOBAL_VST2_SDK_PATH) if(MSVC OR APPLE)