diff options
author | Chris Robinson <[email protected]> | 2020-12-12 14:15:17 -0800 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2020-12-12 14:15:17 -0800 |
commit | 1ad944555c36620f901d13be04e3eacc7e8dcee0 (patch) | |
tree | 2c13fffec9aa6b509b22157f9b16facb39eef05a /CMakeLists.txt | |
parent | 176bc8a8354fe3b79c6a109d61c1e3e79898dfe6 (diff) |
Move some HRTF definitions to a separate header
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index ea09bbe2..4ee16a6f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -701,6 +701,7 @@ set(ALC_OBJS alc/voice.h alc/mixer/defs.h alc/mixer/hrtfbase.h + alc/mixer/hrtfdefs.h alc/mixer/mixer_c.cpp ) |