Skip to content

Commit

Permalink
Skip building main AU variant, needs juce buses related work
Browse files Browse the repository at this point in the history
Signed-off-by: falkTX <falktx@falktx.com>
  • Loading branch information
falkTX committed Jun 17, 2022
1 parent 9378b66 commit fdb3a21
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions jucewrapper/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ endif (APPLE)

# Main variant

#[[
juce_add_plugin(Cardinal
AU_MAIN_TYPE kAudioUnitType_MusicEffect
COMPANY_COPYRIGHT "GPL-3.0-or-later"
Expand Down Expand Up @@ -202,6 +203,7 @@ target_link_libraries(Cardinal
juce::juce_recommended_config_flags
juce::juce_recommended_lto_flags
juce::juce_recommended_warning_flags)
#]]

# FX variant

Expand Down

0 comments on commit fdb3a21

Please sign in to comment.