Skip to content

Instantly share code, notes, and snippets.

@atsushieno
Created December 5, 2022 19:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save atsushieno/d4bc867937e3f86292f0a05ab6564191 to your computer and use it in GitHub Desktop.
Save atsushieno/d4bc867937e3f86292f0a05ab6564191 to your computer and use it in GitHub Desktop.
diff --git a/CMakeLists.txt b/CMakeLists.txt
index ee273a84..1ab0138e 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -55,7 +55,8 @@ juce_add_plugin(MoniqueMonosynth
ICON_BIG "${CMAKE_SOURCE_DIR}/resources/icon/monique_512x512.png"
- FORMATS ${MONIQUE_JUCE_FORMATS}
+ FORMATS ${MONIQUE_JUCE_FORMATS} LV2
+ LV2URI "https://github.com/surge-synthesizer/monique-monosynth"
IS_SYNTH TRUE
NEEDS_MIDI_INPUT TRUE
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment