diff options
author | Chris Robinson <[email protected]> | 2018-11-16 06:24:24 -0800 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2018-11-16 06:24:24 -0800 |
commit | 436db28a3f9f64a0348682a1e9888ef72d531153 (patch) | |
tree | 8c6ba18654e62eee342a61152f8cc3e3da2f2953 /CMakeLists.txt | |
parent | 8be45fe8a5eb3ee5659983d3607524092fc54207 (diff) |
Convert alError.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 c73e0d69..bf925917 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -784,7 +784,7 @@ SET(OPENAL_OBJS OpenAL32/Include/alEffect.h OpenAL32/alEffect.c OpenAL32/Include/alError.h - OpenAL32/alError.c + OpenAL32/alError.cpp OpenAL32/alExtension.cpp OpenAL32/Include/alFilter.h OpenAL32/alFilter.c |