diff options
author | Chris Robinson <chris.kcat@gmail.com> | 2020-05-19 10:21:19 -0700 |
---|---|---|
committer | Chris Robinson <chris.kcat@gmail.com> | 2020-05-19 10:21:19 -0700 |
commit | a512eae7bb3554723b7b290985404e7c480b9bf1 (patch) | |
tree | 2789d4b3ea9d6d0c47b1526196603bf13f21edfb /CMakeLists.txt | |
parent | 463591663c2421b3436edc446d173380d6a6e106 (diff) |
Move BUFFERSIZE and FloatBufferLine 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 64c8116e..4793afe5 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -606,6 +606,7 @@ SET(ALC_OBJS alc/bsinc_defs.h alc/bsinc_tables.cpp alc/bsinc_tables.h + alc/bufferline.h alc/compat.h alc/converter.cpp alc/converter.h |