diff options
author | Chris Robinson <[email protected]> | 2018-11-16 06:08:25 -0800 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2018-11-16 06:08:25 -0800 |
commit | 8be45fe8a5eb3ee5659983d3607524092fc54207 (patch) | |
tree | cb2d3cef4d740fe84a4f9483c027e892b587de40 /CMakeLists.txt | |
parent | fedd5ebbea24883dc4767caf675778e2ca630d95 (diff) |
Convert alExtension.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 0db47791..c73e0d69 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -785,7 +785,7 @@ SET(OPENAL_OBJS OpenAL32/alEffect.c OpenAL32/Include/alError.h OpenAL32/alError.c - OpenAL32/alExtension.c + OpenAL32/alExtension.cpp OpenAL32/Include/alFilter.h OpenAL32/alFilter.c OpenAL32/Include/alListener.h |