aboutsummaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2010-08-03 23:19:36 -0700
committerChris Robinson <[email protected]>2010-08-03 23:19:36 -0700
commit0dc3f1984e969a63f20a91dd980d0fc56fdf0b37 (patch)
tree51f6af0f69f0a0ecbd1332a77317cb6634b409da /CMakeLists.txt
parente74976e6451670c433ee09695125801c12e74e22 (diff)
Move the core mixer functions to a separate source file
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 c88baa27..4ab0ded4 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -309,6 +309,7 @@ SET(ALC_OBJS Alc/ALc.c
Alc/alcRing.c
Alc/alcThread.c
Alc/bs2b.c
+ Alc/mixer.c
Alc/panning.c
Alc/null.c
)