diff options
author | Chris Robinson <[email protected]> | 2018-11-16 20:32:19 -0800 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2018-11-16 20:32:19 -0800 |
commit | 53373a43b8984aea6a7e2107b264d208c00a5f53 (patch) | |
tree | 0d9326fd52f7818adc007f76acd452e3e6a03246 /CMakeLists.txt | |
parent | 317acd6ae2f110c76fd1e019a3066c8c45b64921 (diff) |
Convert ALu.c to C++
Required changes to bsincgen to generate C++-friendly structures.
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 509cc511..1b925889 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -799,7 +799,7 @@ SET(OPENAL_OBJS ) SET(ALC_OBJS Alc/alc.cpp - Alc/ALu.c + Alc/alu.cpp Alc/alconfig.cpp Alc/alconfig.h Alc/bs2b.c |