diff options
author | Chris Robinson <[email protected]> | 2007-12-17 17:20:11 -0800 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2007-12-17 17:20:11 -0800 |
commit | 44e0fa932596b20c71b82027eb52b1015e978615 (patch) | |
tree | 6114edb57b812623d0d56b578f440d9d878899e9 /CMakeLists.txt | |
parent | 91d214d7130a5467ec7bb2860b2da3477998d12b (diff) |
Implement effect function skeletons
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 6ea010a0..d45aea7c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -161,6 +161,7 @@ ENDIF() SET(OPENAL_OBJS OpenAL32/alBuffer.c + OpenAL32/alEffect.c OpenAL32/alError.c OpenAL32/alExtension.c OpenAL32/alFilter.c |