aboutsummaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2020-12-17 01:25:33 -0800
committerChris Robinson <[email protected]>2020-12-17 02:47:03 -0800
commitd578bc6cb1b9bce4954ded9b138d51980163c233 (patch)
treee38c0c3869f80e39693f19ff7c184708ac4e7770 /CMakeLists.txt
parentf0fe57dc5a1b518397688b868592287f49d1afef (diff)
Move logging to core
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index dace780b..fa9e7d37 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -604,6 +604,8 @@ set(CORE_OBJS
core/filters/splitter.h
core/fmt_traits.cpp
core/fmt_traits.h
+ core/logging.cpp
+ core/logging.h
core/mastering.cpp
core/mastering.h
core/uhjfilter.cpp
@@ -693,7 +695,6 @@ set(ALC_OBJS
alc/hrtf.cpp
alc/hrtf.h
alc/inprogext.h
- alc/logging.h
alc/panning.cpp
alc/uiddefs.cpp
alc/voice.cpp