mirror of
https://codeberg.org/armin/wavetable.git
synced 2026-09-01 14:00:47 +02:00
Adding Clap support
This commit is contained in:
parent
26f572a019
commit
c5c4cb1fdc
4 changed files with 23 additions and 4 deletions
|
|
@ -71,6 +71,7 @@ set (JUCE_BUILD_EXTRAS OFF)
|
|||
set (JUCE_BUILD_EXAMPLES OFF)
|
||||
|
||||
add_subdirectory (modules/juce)
|
||||
add_subdirectory (modules/clap-juce-extensions EXCLUDE_FROM_ALL)
|
||||
|
||||
set_property (DIRECTORY "${CMAKE_CURRENT_LIST_DIR}/modules/juce" APPEND PROPERTY LABELS JUCE)
|
||||
|
||||
|
|
@ -126,6 +127,10 @@ juce_add_plugin (${PLUGIN_NAME}
|
|||
AU_SANDBOX_SAFE FALSE
|
||||
LV2URI ${LV2_URI})
|
||||
|
||||
clap_juce_extensions_plugin (TARGET ${PLUGIN_NAME}
|
||||
CLAP_ID "${BUNDLE_ID}"
|
||||
CLAP_FEATURES instrument synthesizer)
|
||||
|
||||
file (GLOB_RECURSE source_files CONFIGURE_DEPENDS
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/plugin/*.cpp
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/plugin/*.c
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue