From d16b61dffb24cbe90e03e921684cb538cb23e181 Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Fri, 17 Dec 2021 17:13:59 -0800 Subject: Move the effects base and effectslot to core --- CMakeLists.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 77b765c3..0704df58 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -678,6 +678,9 @@ set(CORE_OBJS core/devformat.h core/device.cpp core/device.h + core/effects/base.h + core/effectslot.cpp + core/effectslot.h core/except.cpp core/except.h core/filters/biquad.h @@ -792,8 +795,6 @@ set(ALC_OBJS alc/context.h alc/device.cpp alc/device.h - alc/effectslot.cpp - alc/effectslot.h alc/effects/base.h alc/effects/autowah.cpp alc/effects/chorus.cpp -- cgit v1.2.3