diff options
author | Chris Robinson <[email protected]> | 2020-12-17 01:25:33 -0800 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2020-12-17 02:47:03 -0800 |
commit | d578bc6cb1b9bce4954ded9b138d51980163c233 (patch) | |
tree | e38c0c3869f80e39693f19ff7c184708ac4e7770 /CMakeLists.txt | |
parent | f0fe57dc5a1b518397688b868592287f49d1afef (diff) |
Move logging to core
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 3 |
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 |