aboutsummaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2018-11-17 01:53:39 -0800
committerChris Robinson <[email protected]>2018-11-17 01:53:39 -0800
commitaa66ed0ea54b282f7b547ebecfa716927aa02cd1 (patch)
tree486f292938d5f3c91c60c2cfd990c228965ee88e /CMakeLists.txt
parenta7d3c24b511be49d8d0917d5030a0f378af8da87 (diff)
Convert modulator.c to C++
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index d5b1d005..9bc240d4 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -819,7 +819,7 @@ SET(ALC_OBJS
Alc/effects/echo.c
Alc/effects/equalizer.c
Alc/effects/fshifter.c
- Alc/effects/modulator.c
+ Alc/effects/modulator.cpp
Alc/effects/null.cpp
Alc/effects/pshifter.cpp
Alc/effects/reverb.cpp