aboutsummaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2010-08-03 00:21:36 -0700
committerChris Robinson <[email protected]>2010-08-03 00:21:36 -0700
commit2af39e51f86ba06ca69064f91cff80b4575524e3 (patch)
tree5ac6334381a566baefdaec1a69b06e3ac8b33861 /CMakeLists.txt
parent1504cf8812e5dc666e747337c1ec002a7637de1b (diff)
Separate speaker/panning initialization into another 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 eb17a808..c88baa27 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/panning.c
Alc/null.c
)