diff options
author | Chris Robinson <[email protected]> | 2018-11-15 03:13:54 -0800 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2018-11-15 03:13:54 -0800 |
commit | 8f771a03877332f0dcbd6350b57c354a0c5254d3 (patch) | |
tree | 5309c4a0d5c199720c6d82817d44ee1c16d7b879 /CMakeLists.txt | |
parent | 27e7168ad41617d725553bb7234a0149fc711941 (diff) |
Convert alSource.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 5cd54ba9..6d3f6bfd 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -829,7 +829,7 @@ SET(OPENAL_OBJS OpenAL32/Include/alListener.h OpenAL32/alListener.c OpenAL32/Include/alSource.h - OpenAL32/alSource.c + OpenAL32/alSource.cpp OpenAL32/alState.c OpenAL32/event.c OpenAL32/Include/sample_cvt.h |