diff options
author | Chris Robinson <[email protected]> | 2020-08-24 20:04:16 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2020-08-24 20:04:16 -0700 |
commit | 1a9fbc1b2f7456f14e9cb74d95f4696cbe5c5af3 (patch) | |
tree | 63af2a2c4b3c7252ada0063c78c45bfbb85a0565 /CMakeLists.txt | |
parent | b955479e18a11a5d9dce8fbd305dc915a2d6942c (diff) |
Stub out a convolution effect state
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 803f34de..f77f5a24 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -629,6 +629,7 @@ set(ALC_OBJS alc/effects/autowah.cpp alc/effects/chorus.cpp alc/effects/compressor.cpp + alc/effects/convolution.cpp alc/effects/dedicated.cpp alc/effects/distortion.cpp alc/effects/echo.cpp |