aboutsummaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2017-03-09 15:41:20 -0800
committerChris Robinson <[email protected]>2017-03-09 15:41:20 -0800
commitd9b1995e95ac3d838566500f1e5496ae71d832e0 (patch)
treec319351c8c37765d003336a5e9574a8515ce6704 /CMakeLists.txt
parent9454d3e776792ed5762d72f28f6785b4b2d1606c (diff)
Add an NFC filter implementation
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index ed17743c..b778907c 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -722,6 +722,7 @@ SET(ALC_OBJS Alc/ALc.c
Alc/uhjfilter.c
Alc/ambdec.c
Alc/bformatdec.c
+ Alc/nfcfilter.c
Alc/panning.c
Alc/mixer.c
Alc/mixer_c.c