diff options
author | Chris Robinson <[email protected]> | 2010-08-03 23:19:36 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2010-08-03 23:19:36 -0700 |
commit | 0dc3f1984e969a63f20a91dd980d0fc56fdf0b37 (patch) | |
tree | 51f6af0f69f0a0ecbd1332a77317cb6634b409da /CMakeLists.txt | |
parent | e74976e6451670c433ee09695125801c12e74e22 (diff) |
Move the core mixer functions to a separate 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 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 ) |