External, Non-PPA KXStudio Repository
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
561B

  1. --- hamburger-0.5.orig/CMakeLists.txt
  2. +++ hamburger-0.5/CMakeLists.txt
  3. @@ -111,10 +111,6 @@ juce_add_plugin("${BaseTargetName}"
  4. IS_MIDI_EFFECT FALSE # Is this plugin a MIDI effect?
  5. # EDITOR_WANTS_KEYBOARD_FOCUS TRUE/FALSE # Does the editor need keyboard focus?
  6. - COPY_PLUGIN_AFTER_BUILD TRUE # Should the plugin be installed to a default location after building?
  7. - VST3_COPY_DIR "${outdir}"
  8. - VST_COPY_DIR "${outdir}"
  9. - AU_COPY_DIR "${outdir}"
  10. FORMATS LV2 VST VST3
  11. VST3_CATEGORIES Fx Distortion Dynamics
  12. )