diff options
author | Chris Robinson <[email protected]> | 2015-11-10 18:48:30 -0800 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2015-11-10 18:48:30 -0800 |
commit | ff62d22d3178ce640966f0fc1ff44d53cb98391a (patch) | |
tree | 17b62825b937cf62797ea0bf14d797d4642df465 /CMakeLists.txt | |
parent | ffcdcbd5fa67afdef14d2067ddb2e3c36fcd3780 (diff) |
Move the bsincTable to a separate file
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 ee7fa67a..c55fddb2 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -583,6 +583,7 @@ SET(ALC_OBJS Alc/ALc.c Alc/effects/null.c Alc/effects/reverb.c Alc/helpers.c + Alc/bsinc.c Alc/hrtf.c Alc/panning.c Alc/mixer.c |