diff options
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 |