diff options
author | Chris Robinson <[email protected]> | 2020-12-04 13:13:52 -0800 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2020-12-04 13:13:52 -0800 |
commit | c4132b80ede60ead27fae595623ac61674ed166a (patch) | |
tree | 989d90c1c73f7fde3b97e9860a45478cd59aa2b7 /CMakeLists.txt | |
parent | 3a3094c88762dbeadda6418bbb6a060a85e29f3f (diff) |
Move a couple more things to core
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 8c08af6b..d74c3f75 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -627,6 +627,8 @@ set(OPENAL_OBJS al/state.cpp ) set(ALC_OBJS + core/bs2b.cpp + core/bs2b.h core/bsinc_defs.h core/bsinc_tables.cpp core/bsinc_tables.h @@ -641,6 +643,8 @@ set(ALC_OBJS core/filters/splitter.h core/mastering.cpp core/mastering.h + core/uhjfilter.cpp + core/uhjfilter.h alc/alc.cpp alc/alcmain.h @@ -654,8 +658,6 @@ set(ALC_OBJS alc/ambidefs.h alc/bformatdec.cpp alc/bformatdec.h - alc/bs2b.cpp - alc/bs2b.h alc/buffer_storage.cpp alc/buffer_storage.h alc/compat.h @@ -693,8 +695,6 @@ set(ALC_OBJS alc/panning.cpp alc/ringbuffer.cpp alc/ringbuffer.h - alc/uhjfilter.cpp - alc/uhjfilter.h alc/uiddefs.cpp alc/voice.cpp alc/voice.h |