diff options
author | Chris Robinson <[email protected]> | 2021-04-22 03:14:31 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2021-04-22 03:15:26 -0700 |
commit | d2f587ee23f3e538d6d2744b9acae2e15e047db8 (patch) | |
tree | 6605d92963ade5f06b0f475b97a8192d25dd9a92 /CMakeLists.txt | |
parent | f0154c4366445f8ef360c233e9bc11a33d75b922 (diff) |
Move helpers.cpp to core
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 3f1894fa..1b5f8395 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -667,6 +667,8 @@ set(CORE_OBJS core/fmt_traits.h core/fpu_ctrl.cpp core/fpu_ctrl.h + core/helpers.cpp + core/helpers.h core/logging.cpp core/logging.h core/mastering.cpp @@ -751,7 +753,6 @@ set(ALC_OBJS alc/bformatdec.h alc/buffer_storage.cpp alc/buffer_storage.h - alc/compat.h alc/converter.cpp alc/converter.h alc/effectslot.cpp @@ -772,7 +773,6 @@ set(ALC_OBJS alc/effects/reverb.cpp alc/effects/vmorpher.cpp alc/front_stablizer.h - alc/helpers.cpp alc/hrtf.cpp alc/hrtf.h alc/inprogext.h |