diff options
author | Chris Robinson <[email protected]> | 2018-11-16 06:45:24 -0800 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2018-11-16 06:48:33 -0800 |
commit | 165c162d01fa276945e60dc7030b1440973df95a (patch) | |
tree | 3218c34f61f6dd75975f58026af27813d635cd89 /CMakeLists.txt | |
parent | 436db28a3f9f64a0348682a1e9888ef72d531153 (diff) |
Convert alState.c to C++
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
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 |