diff options
author | Chris Robinson <[email protected]> | 2018-11-16 18:37:55 -0800 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2018-11-16 18:37:55 -0800 |
commit | a15a678da689681251312f19a30bc49e781e2c1d (patch) | |
tree | 38dc443f15bb35136f5de3077fabff779daf1086 /CMakeLists.txt | |
parent | 0e0fe15b989c8289748c50704c4b10036c1f79dd (diff) |
Convert alListener.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 df190c60..30375389 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -789,7 +789,7 @@ SET(OPENAL_OBJS OpenAL32/Include/alFilter.h OpenAL32/alFilter.c OpenAL32/Include/alListener.h - OpenAL32/alListener.c + OpenAL32/alListener.cpp OpenAL32/Include/alSource.h OpenAL32/alSource.cpp OpenAL32/alState.cpp |