diff options
author | Chris Robinson <[email protected]> | 2013-05-23 19:48:24 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2013-05-23 19:48:24 -0700 |
commit | 23766831282507bc09b223b4ecb645490b5fab0b (patch) | |
tree | 703f2767deef5ed1b659a25ccaa5047e606f422a /CMakeLists.txt | |
parent | f667c028e627d6fcc0dc7c661c20d104243da067 (diff) |
Move reverb to the effects subdir
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 9581c329..5fb8811f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -448,7 +448,7 @@ SET(ALC_OBJS Alc/ALc.c Alc/alcEqualizer.c Alc/alcFlanger.c Alc/alcModulator.c - Alc/alcReverb.c + Alc/effects/reverb.c Alc/alcRing.c Alc/alcThread.c Alc/bs2b.c |