diff options
author | Chris Robinson <[email protected]> | 2020-12-16 00:50:50 -0800 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2020-12-16 00:50:50 -0800 |
commit | 5ad28f8cbaa52f3f6bf4c4cdbfbdbeb3087020e1 (patch) | |
tree | 261f7e6cd9e1564aeb3ee4b7dd62a15ab38cae63 /CMakeLists.txt | |
parent | f38919eeccf4d484bba756af17c45bc84c4fb2e6 (diff) |
Move VoiceChange to a separate header
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 13876def..551448c4 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -696,7 +696,8 @@ set(ALC_OBJS alc/panning.cpp alc/uiddefs.cpp alc/voice.cpp - alc/voice.h) + alc/voice.h + alc/voice_change.h) set(CPU_EXTS "Default") |