diff options
author | Chris Robinson <[email protected]> | 2018-11-16 05:24:15 -0800 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2018-11-16 05:24:15 -0800 |
commit | 5cdd28c7365ae534c4ea381c135bfbeaa5dca6b7 (patch) | |
tree | b6bd5cf8b5e9c0a34fbc89cdd3f9e5b9d55fa833 /CMakeLists.txt | |
parent | 02eae1123f4bfdd239a9cc858378cc257e3331d3 (diff) |
Convert sample_cvt.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 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 |