mirror of
https://codeberg.org/armin/wavetable.git
synced 2026-09-01 05:50:46 +02:00
Fix url
This commit is contained in:
parent
b42af419bd
commit
5e3e7257c8
1 changed files with 2 additions and 2 deletions
|
|
@ -7,7 +7,7 @@ set (PLUGIN_NAME Wavetable)
|
|||
set (PLUGIN_VERSION 1.0.0)
|
||||
set (BUNDLE_ID com.socalabs.Wavetable)
|
||||
set (AU_ID WavetableAU)
|
||||
set (LV2_URI https://socalabs.com/wavetable/)
|
||||
set (LV2_URI "https://socalabs.com/wavetable/")
|
||||
set (PLUGIN_CODE Wave)
|
||||
|
||||
set (CMAKE_POLICY_DEFAULT_CMP0077 NEW)
|
||||
|
|
@ -220,7 +220,7 @@ juce_add_plugin (${PLUGIN_NAME}
|
|||
AU_MAIN_TYPE kAudioUnitType_MusicDevice
|
||||
AU_EXPORT_PREFIX ${AU_ID}
|
||||
AU_SANDBOX_SAFE FALSE
|
||||
LV2URI LV2_URI)
|
||||
LV2URI ${LV2_URI})
|
||||
|
||||
file (GLOB_RECURSE source_files CONFIGURE_DEPENDS
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/plugin/*.cpp
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue