aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/LV2/CMakeLists.txt
diff options
context:
space:
mode:
authorHarald Eilertsen <haraldei@anduin.net>2020-07-21 22:46:15 +0200
committerHarald Eilertsen <haraldei@anduin.net>2020-07-21 22:46:15 +0200
commit77101140984ec2a9b2547987ceb01ba1f98bd544 (patch)
tree807cf7250383d9d287c1003d64fa2b2f4291316b /plugins/LV2/CMakeLists.txt
parent87e60a7db4d81c8548a753e7c9c7c0d6eec2065b (diff)
downloadairwindows-lv2-port-77101140984ec2a9b2547987ceb01ba1f98bd544.tar.gz
airwindows-lv2-port-77101140984ec2a9b2547987ceb01ba1f98bd544.tar.bz2
airwindows-lv2-port-77101140984ec2a9b2547987ceb01ba1f98bd544.zip
LV2: Add Atmosphere plugins (buss and channel.)
Diffstat (limited to 'plugins/LV2/CMakeLists.txt')
-rwxr-xr-xplugins/LV2/CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/LV2/CMakeLists.txt b/plugins/LV2/CMakeLists.txt
index f2c86e4..69b2091 100755
--- a/plugins/LV2/CMakeLists.txt
+++ b/plugins/LV2/CMakeLists.txt
@@ -16,8 +16,8 @@ add_airwindows_plugin(ADT)
add_airwindows_plugin(Air)
add_airwindows_plugin(Apicolypse)
add_airwindows_plugin(AQuickVoiceClip)
-# add_airwindows_plugin(AtmosphereBuss)
-# add_airwindows_plugin(AtmosphereChannel)
+add_airwindows_plugin(AtmosphereBuss)
+add_airwindows_plugin(AtmosphereChannel)
# add_airwindows_plugin(Aura)
# add_airwindows_plugin(Average)
# add_airwindows_plugin(AverMatrix)