Skip to content

Commit

Permalink
Merge pull request #73 from Wasted-Audio/feature/cmake_lv2
Browse files Browse the repository at this point in the history
add LV2 format and uri to cmake builds
  • Loading branch information
jerryuhoo authored Aug 17, 2024
2 parents a7bb42c + fcc64e7 commit c3d7d1a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ set(BUNDLE_ID "com.WingsDSP.Fire")

# Change me! Set the plugin formats you want built
# Valid choices: AAX Unity VST VST3 AU AUv3 Standalone
set(FORMATS Standalone AU VST3 AUv3)
set(FORMATS Standalone AU VST3 AUv3 LV2)

# For simplicity, the name of the CMake project is also the name of the target
project(${PROJECT_NAME} VERSION ${CURRENT_VERSION})
Expand Down Expand Up @@ -75,6 +75,8 @@ juce_add_plugin("${PROJECT_NAME}"
PLUGIN_CODE Fire
FORMATS "${FORMATS}"

LV2URI "https://jerryuhoo.github.io/Fire"

# The name of your final executable
# This is how it's listed in the DAW
# This can be different from PROJECT_NAME and can have spaces!
Expand Down

0 comments on commit c3d7d1a

Please sign in to comment.