diff options
author | Chris Robinson <[email protected]> | 2011-08-20 03:59:46 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2011-08-20 04:01:07 -0700 |
commit | 22ad15e1f1eb89c260319376d2ef20034b54b154 (patch) | |
tree | 3270e89d406adc0d08285c09b514c335c1d6ab05 /CMakeLists.txt | |
parent | 80b8abb0ec69b8c742c38f35e94870e6a27b852b (diff) |
Move some functions into a separate helper 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 6d343a62..3783a176 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -384,6 +384,7 @@ SET(ALC_OBJS Alc/ALc.c Alc/alcRing.c Alc/alcThread.c Alc/bs2b.c + Alc/helpers.c Alc/hrtf.c Alc/mixer.c Alc/panning.c |