diff options
author | Chris Robinson <[email protected]> | 2018-11-10 00:13:35 -0800 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2018-11-10 00:13:35 -0800 |
commit | 5ec644f859390b13fd47260c97ae34c21d5ca5f1 (patch) | |
tree | 34ba572e374947410737a3d263cbd3d953c5224e /CMakeLists.txt | |
parent | 981205de36aa05388d431a0c41fff1136aec327d (diff) |
Convert alconfig 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 920e3d81..6079c25b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -841,7 +841,7 @@ SET(OPENAL_OBJS SET(ALC_OBJS Alc/ALc.c Alc/ALu.c - Alc/alconfig.c + Alc/alconfig.cpp Alc/alconfig.h Alc/bs2b.c Alc/converter.c |