From a598008ca7c261b42476ef31c68fc01bd903afa0 Mon Sep 17 00:00:00 2001 From: hariel1985 Date: Mon, 23 Mar 2026 12:08:10 +0100 Subject: [PATCH] Fix LV2 build: add required LV2URI Co-Authored-By: Claude Opus 4.6 (1M context) --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 59af986..a037ebc 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -14,6 +14,7 @@ juce_add_plugin(InstaDrums PLUGIN_MANUFACTURER_CODE Inst PLUGIN_CODE Idrm FORMATS VST3 AU LV2 Standalone + LV2URI "https://github.com/hariel1985/InstaDrums" PRODUCT_NAME "InstaDrums" COPY_PLUGIN_AFTER_BUILD FALSE )