mirror of
https://codeberg.org/armin/wavetable.git
synced 2026-09-01 14:00:47 +02:00
Fix build
This commit is contained in:
parent
f141eca99d
commit
01be7194e3
3 changed files with 3 additions and 2 deletions
|
|
@ -3,8 +3,8 @@ cmake_minimum_required (VERSION 3.16.0 FATAL_ERROR)
|
||||||
#
|
#
|
||||||
# Set for each plugin
|
# Set for each plugin
|
||||||
#
|
#
|
||||||
|
file (READ "${CMAKE_CURRENT_LIST_DIR}/VERSION" PLUGIN_VERSION)
|
||||||
set (PLUGIN_NAME Wavetable)
|
set (PLUGIN_NAME Wavetable)
|
||||||
set (PLUGIN_VERSION 1.0.9)
|
|
||||||
set (BUNDLE_ID com.socalabs.wavetable)
|
set (BUNDLE_ID com.socalabs.wavetable)
|
||||||
set (AU_ID WavetableAU)
|
set (AU_ID WavetableAU)
|
||||||
set (LV2_URI "https://socalabs.com/wavetable/")
|
set (LV2_URI "https://socalabs.com/wavetable/")
|
||||||
|
|
|
||||||
1
VERSION
Normal file
1
VERSION
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
1.0.10
|
||||||
|
|
@ -1 +1 @@
|
||||||
Subproject commit fc239b2a732b2660f1361c752d38675d851b9d15
|
Subproject commit a3ebb2f521e4caa069579ae24d426ad833ed81c6
|
||||||
Loading…
Add table
Add a link
Reference in a new issue