diff options
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 54cf808a..d5066a69 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -795,7 +795,7 @@ SET(OPENAL_OBJS OpenAL32/alState.c OpenAL32/event.c OpenAL32/Include/sample_cvt.h - OpenAL32/sample_cvt.c + OpenAL32/sample_cvt.cpp ) SET(ALC_OBJS Alc/alc.cpp |