From 5dbac89cde4168a8f109f35e77dd9eb3a6413c95 Mon Sep 17 00:00:00 2001 From: zsliu98 <35594091+zsliu98@users.noreply.github.com> Date: Sun, 19 Nov 2023 09:11:01 -0500 Subject: [PATCH] build: add LV2URI to cmake --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 83d5e5d..31a730c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -75,6 +75,7 @@ juce_add_plugin("${PROJECT_NAME}" # Note: this must have at least one upper-case character PLUGIN_CODE "${PLUGIN_CODE}" FORMATS "${FORMATS}" + LV2URI "${LV2URI}" # The name of your final executable # This is how it's listed in the DAW