Skip to content

Commit

Permalink
Add the few still unused JUCE CMake options (#4523)
Browse files Browse the repository at this point in the history
Closes #4401
  • Loading branch information
baconpaul authored May 8, 2021
1 parent d3029a4 commit 91d8b06
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -668,6 +668,7 @@ if( BUILD_SURGE_EFFECTS_BANK )
juce_add_plugin(surge-fx
PRODUCT_NAME ${SURGE_FX_PRODUCT_NAME}
COMPANY_NAME "Surge Synth Team"
COMPANY_WEBSITE "https://surge-synth-team.org/"
BUNDLE_ID "org.surge-synth-team.surge-xt-fx"
PLUGIN_MANUFACTURER_CODE VmbA
PLUGIN_CODE SFXT
Expand All @@ -681,6 +682,10 @@ if( BUILD_SURGE_EFFECTS_BANK )

COPY_PLUGIN_AFTER_BUILD ${SURGE_COPY_AFTER_BUILD}

VST3_CATEGORIES Fx
VST2_CATEGORY kPlugCategEffect
AU_MAIN_TYPE kAudioUnitType_Effect

LV2_URI https://surge-synthesizer.github.io/lv2/surge-xt-fx
LV2_SHARED_LIBRARY_NAME SurgeXT_FX

Expand Down Expand Up @@ -805,6 +810,7 @@ if( BUILD_SURGE_XT )
juce_add_plugin(surge-xt
PRODUCT_NAME ${SURGE_XT_PRODUCT_NAME}
COMPANY_NAME "Surge Synth Team"
COMPANY_WEBSITE "https://surge-synth-team.org/"
BUNDLE_ID "org.surge-synth-team.surge-xt"
PLUGIN_MANUFACTURER_CODE VmbA
PLUGIN_CODE SgXT
Expand All @@ -818,6 +824,10 @@ if( BUILD_SURGE_XT )

COPY_PLUGIN_AFTER_BUILD ${SURGE_COPY_AFTER_BUILD}

VST3_CATEGORIES Instrument Synth
VST2_CATEGORY kPlugCategSynth
AU_MAIN_TYPE kAudioUnitType_MusicDevice

LV2_URI https://surge-synthesizer.github.io/lv2/surge-xt
LV2_SHARED_LIBRARY_NAME SurgeXT

Expand Down

0 comments on commit 91d8b06

Please sign in to comment.