diff options
author | Chris Robinson <[email protected]> | 2018-03-22 07:15:19 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2018-03-22 07:17:48 -0700 |
commit | 8e976a92f7e23504275fb9d1d5d55df215c7d47d (patch) | |
tree | d9b825d607e65c30be79fed3385b5139be2c489e /CMakeLists.txt | |
parent | 7a23330ffe34c0d04f882fdb45f68733ba49659d (diff) |
Move NFC filters to the filter directory
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 1be64433..883c43d2 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -729,12 +729,12 @@ SET(ALC_OBJS Alc/ALc.c Alc/effects/pshifter.c Alc/effects/reverb.c Alc/filters/filter.c + Alc/filters/nfc.c Alc/helpers.c Alc/hrtf.c Alc/uhjfilter.c Alc/ambdec.c Alc/bformatdec.c - Alc/nfcfilter.c Alc/panning.c Alc/mixvoice.c Alc/mixer/mixer_c.c |