commit bb9b02bc72eedbc3bd33b660c1b0b59c2bf625c6
parent 97f163999d79af72de55e6b9337af0e7c3bd05d4
Author: dsp56300 <dsp56300@users.noreply.github.com>
Date: Sun, 27 Oct 2024 16:53:48 +0100
specify company website
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/source/juce.cmake b/source/juce.cmake
@@ -39,6 +39,7 @@ macro(createJucePlugin targetName productName isSynth plugin4CC binaryDataProjec
# ICON_BIG ... # ICON_* arguments specify a path to an image file to use as an icon for the Standalone
# ICON_SMALL ...
COMPANY_NAME "The Usual Suspects" # Specify the name of the plugin's author
+ COMPANY_WEBSITE "https://dsp56300.wordpress.com"
IS_SYNTH ${isSynth} # Is this a synth or an effect?
NEEDS_MIDI_INPUT TRUE # Does the plugin need midi input?
NEEDS_MIDI_OUTPUT TRUE # Does the plugin need midi output?