diff options
author | Chris Robinson <[email protected]> | 2018-11-17 07:08:41 -0800 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2018-11-17 07:08:41 -0800 |
commit | 13478126cb7d41e8f6efebf020fb5a387c303f2d (patch) | |
tree | 5a37eaab19e25546df413209eab0ee41b6763d6d /CMakeLists.txt | |
parent | 93d96ced9cef7200b04dbfec51325a3c9c55af19 (diff) |
Convert the remaining effects to C++
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 79d28e23..64a40d95 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -808,9 +808,9 @@ SET(ALC_OBJS Alc/mastering.h Alc/ringbuffer.c Alc/ringbuffer.h - Alc/effects/autowah.c - Alc/effects/chorus.c - Alc/effects/compressor.c + Alc/effects/autowah.cpp + Alc/effects/chorus.cpp + Alc/effects/compressor.cpp Alc/effects/dedicated.cpp Alc/effects/distortion.cpp Alc/effects/echo.cpp |