diff options
author | Chris Robinson <[email protected]> | 2018-04-21 23:23:46 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2018-04-21 23:23:46 -0700 |
commit | 9575eebac43c4401a1e82215e10700a01dd8be55 (patch) | |
tree | efb6c9261b41eb191fb48fab4e7a39e01c54d472 /CMakeLists.txt | |
parent | ace8e648509a1afa587a4e6c778e37a2e854e496 (diff) |
Move the bnad-splitter filters to a separate source
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 69e5528c..5087fc2f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -736,6 +736,7 @@ SET(ALC_OBJS Alc/ALc.c Alc/effects/reverb.c Alc/filters/filter.c Alc/filters/nfc.c + Alc/filters/splitter.c Alc/helpers.c Alc/hrtf.c Alc/uhjfilter.c |