diff options
author | Chris Robinson <[email protected]> | 2018-11-16 05:57:14 -0800 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2018-11-16 06:00:28 -0800 |
commit | fedd5ebbea24883dc4767caf675778e2ca630d95 (patch) | |
tree | 284f3a5504c87ae76e3e4ffc45c1c6a27594f6a2 /CMakeLists.txt | |
parent | 5cdd28c7365ae534c4ea381c135bfbeaa5dca6b7 (diff) |
Convert event.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 d5066a69..0db47791 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -793,7 +793,7 @@ SET(OPENAL_OBJS OpenAL32/Include/alSource.h OpenAL32/alSource.cpp OpenAL32/alState.c - OpenAL32/event.c + OpenAL32/event.cpp OpenAL32/Include/sample_cvt.h OpenAL32/sample_cvt.cpp ) |