aboutsummaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2020-05-11 02:24:08 -0700
committerChris Robinson <[email protected]>2020-05-11 02:24:08 -0700
commit2574b98f8ad0efc0c96c81325e55d686c7e33e5b (patch)
tree3c7e4d60513f4eddbf8c59efd047dc6f896d372b /CMakeLists.txt
parent0406e3bef75bd42e310f147fc3f9589859140f3f (diff)
Move the bsinc tables out of common
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 9bc22168..208a275f 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -546,9 +546,6 @@ SET(COMMON_OBJS
common/alstring.cpp
common/alstring.h
common/atomic.h
- common/bsinc_defs.h
- common/bsinc_tables.cpp
- common/bsinc_tables.h
common/dynload.cpp
common/dynload.h
common/endiantest.h
@@ -599,6 +596,9 @@ SET(ALC_OBJS
alc/bformatdec.h
alc/bs2b.cpp
alc/bs2b.h
+ alc/bsinc_defs.h
+ alc/bsinc_tables.cpp
+ alc/bsinc_tables.h
alc/compat.h
alc/converter.cpp
alc/converter.h