diff options
author | Chris Robinson <[email protected]> | 2018-10-31 10:37:16 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2018-10-31 10:37:16 -0700 |
commit | 624bc1c839ff892759e4432bfcf39f2d3343a1ee (patch) | |
tree | 8182b398a76d52b4a9c740b510f70997c3cfa166 /CMakeLists.txt | |
parent | 4b7af24ed557dfa27126b783a4d86b25b02c3958 (diff) |
Convert alBuffer.c to C++
A test to ensure everything works.
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 076291e4..799703a5 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -816,7 +816,7 @@ SET(OPENAL_OBJS OpenAL32/Include/alAuxEffectSlot.h OpenAL32/alAuxEffectSlot.c OpenAL32/Include/alBuffer.h - OpenAL32/alBuffer.c + OpenAL32/alBuffer.cpp OpenAL32/Include/alEffect.h OpenAL32/alEffect.c OpenAL32/Include/alError.h |