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 30347b8af893db761882af55723ca7271611d311
parent dc936e0ee7759c9fd397902b65fd32e046c416d8
Author: dsp56300 <dsp56300@users.noreply.github.com>
Date:   Sat, 11 May 2024 12:34:00 +0200

add target xxx_CLAP to target xxx_All

Diffstat:
Msource/juce.cmake | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/source/juce.cmake b/source/juce.cmake @@ -94,6 +94,7 @@ macro(createJucePlugin targetName productName isSynth plugin4CC binaryDataProjec CLAP_MANUAL_URL "https://dsp56300.wordpress.com" ) set_property(TARGET ${targetName}_CLAP PROPERTY FOLDER ${targetName}) + add_dependencies(${targetName}_All ${targetName}_CLAP) endif() if(UNIX AND NOT APPLE)