aboutsummaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2007-12-17 17:20:11 -0800
committerChris Robinson <[email protected]>2007-12-17 17:20:11 -0800
commit44e0fa932596b20c71b82027eb52b1015e978615 (patch)
tree6114edb57b812623d0d56b578f440d9d878899e9 /CMakeLists.txt
parent91d214d7130a5467ec7bb2860b2da3477998d12b (diff)
Implement effect function skeletons
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt1
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