diff options
author | Chris Robinson <[email protected]> | 2010-08-03 00:21:36 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2010-08-03 00:21:36 -0700 |
commit | 2af39e51f86ba06ca69064f91cff80b4575524e3 (patch) | |
tree | 5ac6334381a566baefdaec1a69b06e3ac8b33861 /CMakeLists.txt | |
parent | 1504cf8812e5dc666e747337c1ec002a7637de1b (diff) |
Separate speaker/panning initialization into another source file
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 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 ) |