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 d74c3f75..ca776f4e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -585,6 +585,8 @@ set(COMMON_OBJS common/polyphase_resampler.cpp common/polyphase_resampler.h common/pragmadefs.h + common/ringbuffer.cpp + common/ringbuffer.h common/strutils.cpp common/strutils.h common/threads.cpp @@ -693,8 +695,6 @@ set(ALC_OBJS alc/inprogext.h alc/logging.h alc/panning.cpp - alc/ringbuffer.cpp - alc/ringbuffer.h alc/uiddefs.cpp alc/voice.cpp alc/voice.h |