aboutsummaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2018-11-16 06:45:24 -0800
committerChris Robinson <[email protected]>2018-11-16 06:48:33 -0800
commit165c162d01fa276945e60dc7030b1440973df95a (patch)
tree3218c34f61f6dd75975f58026af27813d635cd89 /CMakeLists.txt
parent436db28a3f9f64a0348682a1e9888ef72d531153 (diff)
Convert alState.c to C++
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index bf925917..1a840aab 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -792,7 +792,7 @@ SET(OPENAL_OBJS
OpenAL32/alListener.c
OpenAL32/Include/alSource.h
OpenAL32/alSource.cpp
- OpenAL32/alState.c
+ OpenAL32/alState.cpp
OpenAL32/event.cpp
OpenAL32/Include/sample_cvt.h
OpenAL32/sample_cvt.cpp