diff --git a/CMakeLists.txt b/CMakeLists.txt index 1514439..d33e54e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -54,6 +54,7 @@ juce_add_plugin(SimpleDrum PLUGIN_CODE cRwP # A unique four-character plugin id with exactly one upper-case character # GarageBand 10.3 requires the first letter to be upper-case, and the remaining letters to be lower-case FORMATS VST3 # The formats to build. Other valid formats are: AAX Unity VST AU AUv3 + VST3_CATEGORIES Instrument Drum PRODUCT_NAME "SimpleDrum") # The name of the final executable, which can differ from the target name # `juce_generate_juce_header` will create a JuceHeader.h for a given target, which will be generated