diff options
author | Chris Robinson <[email protected]> | 2020-08-24 17:59:07 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2020-08-24 17:59:07 -0700 |
commit | 9d61484e4bc0b2691b714d758391b3c3ecfd7890 (patch) | |
tree | e122607532bbbd692dccf01fa6da55e928da54bf /CMakeLists.txt | |
parent | 73ab9d46c88f034a32a6fb174e98fd23dec1ff98 (diff) |
Move storable buffer format info to a separate source
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 3ab81e4f..803f34de 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -617,6 +617,8 @@ set(ALC_OBJS alc/bsinc_tables.cpp alc/bsinc_tables.h alc/bufferline.h + alc/buffer_formats.cpp + alc/buffer_formats.h alc/compat.h alc/converter.cpp alc/converter.h |