Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJörg Müller <nexyon@gmail.com>2019-04-03 20:56:25 +0300
committerJörg Müller <nexyon@gmail.com>2019-04-03 20:56:25 +0300
commit322abc14285e7722d98d4503c09d032cf2b22f6c (patch)
tree77a3fec162f5e06922a015ca88c67140acf8a7c4 /extern/audaspace/CMakeLists.txt
parentacc20b117da283b6ced52a1bea89ebaea914ab93 (diff)
Audaspace: merging modulator effect from upstream.
Diffstat (limited to 'extern/audaspace/CMakeLists.txt')
-rw-r--r--extern/audaspace/CMakeLists.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/extern/audaspace/CMakeLists.txt b/extern/audaspace/CMakeLists.txt
index de701a16500..c9f709b8c10 100644
--- a/extern/audaspace/CMakeLists.txt
+++ b/extern/audaspace/CMakeLists.txt
@@ -73,6 +73,8 @@ set(SRC
src/fx/LoopReader.cpp
src/fx/LowpassCalculator.cpp
src/fx/Lowpass.cpp
+ src/fx/Modulator.cpp
+ src/fx/ModulatorReader.cpp
src/fx/MutableReader.cpp
src/fx/MutableSound.cpp
src/fx/Pitch.cpp
@@ -181,6 +183,8 @@ set(PUBLIC_HDR
include/fx/LoopReader.h
include/fx/LowpassCalculator.h
include/fx/Lowpass.h
+ include/fx/Modulator.h
+ include/fx/ModulatorReader.h
include/fx/MutableReader.h
include/fx/MutableSound.h
include/fx/Pitch.h