aboutsummaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2020-12-04 07:35:40 -0800
committerChris Robinson <[email protected]>2020-12-04 11:15:50 -0800
commit84d47f7d4c2d1355a6eb914dd091b39683f83c15 (patch)
tree5e8266a74e7821d47e8d1bc0e14cd7570fef6bf5 /CMakeLists.txt
parent36c1589c11cb8f197576e748e06bc5fbb6dcc8bf (diff)
Move the bsinc tables to core
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 7b4c044e..97004962 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -627,6 +627,9 @@ set(OPENAL_OBJS
al/state.cpp
)
set(ALC_OBJS
+ core/bsinc_defs.h
+ core/bsinc_tables.cpp
+ core/bsinc_tables.h
core/bufferline.h
core/devformat.cpp
core/devformat.h
@@ -647,9 +650,6 @@ 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/buffer_storage.cpp
alc/buffer_storage.h
alc/compat.h