diff options
author | Chris Robinson <[email protected]> | 2020-12-31 16:47:12 -0800 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2020-12-31 16:47:12 -0800 |
commit | 20ef8bf390541339f068676f9d14061fe2f5e115 (patch) | |
tree | 6cca7aa12e11a6b5918fa3748391cb336d8d00bb /CMakeLists.txt | |
parent | 002c5062964a598f8cdf53e6b3ed4836629c5048 (diff) |
Move cpu_caps and fpu_ctrl 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 4f11b2f5..bf2310a4 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -656,6 +656,8 @@ set(CORE_OBJS core/bsinc_tables.cpp core/bsinc_tables.h core/bufferline.h + core/cpu_caps.cpp + core/cpu_caps.h core/devformat.cpp core/devformat.h core/except.cpp @@ -668,6 +670,8 @@ set(CORE_OBJS core/filters/splitter.h core/fmt_traits.cpp core/fmt_traits.h + core/fpu_ctrl.cpp + core/fpu_ctrl.h core/logging.cpp core/logging.h core/mastering.cpp @@ -731,8 +735,6 @@ set(ALC_OBJS alc/compat.h alc/converter.cpp alc/converter.h - alc/cpu_caps.cpp - alc/cpu_caps.h alc/effectslot.cpp alc/effectslot.h alc/effects/base.h @@ -750,8 +752,6 @@ set(ALC_OBJS alc/effects/pshifter.cpp alc/effects/reverb.cpp alc/effects/vmorpher.cpp - alc/fpu_ctrl.cpp - alc/fpu_ctrl.h alc/front_stablizer.h alc/helpers.cpp alc/hrtf.cpp |