diff options
author | Chris Robinson <[email protected]> | 2013-05-23 18:50:07 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2013-05-23 18:50:07 -0700 |
commit | f667c028e627d6fcc0dc7c661c20d104243da067 (patch) | |
tree | 172c090e8b1fb5cd093d30c05853930d6d2372d2 /CMakeLists.txt | |
parent | dbb6da8c479173c7fd72c781f071935d3ef4ec6a (diff) |
Move the AL_EFFECT_NULL state into a separate 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 ea7c359d..9581c329 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -439,6 +439,7 @@ SET(OPENAL_OBJS OpenAL32/alAuxEffectSlot.c ) SET(ALC_OBJS Alc/ALc.c Alc/ALu.c + Alc/effects/null.c Alc/alcChorus.c Alc/alcConfig.c Alc/alcDedicated.c |