diff --git a/Source/Core/AudioCommon/CMakeLists.txt b/Source/Core/AudioCommon/CMakeLists.txt index 94987926ed..a859886272 100644 --- a/Source/Core/AudioCommon/CMakeLists.txt +++ b/Source/Core/AudioCommon/CMakeLists.txt @@ -1,7 +1,8 @@ set(SRCS Src/AudioCommon.cpp Src/AudioCommonConfig.cpp Src/Mixer.cpp - Src/WaveFile.cpp) + Src/WaveFile.cpp + Src/DSoundStream.cpp) if(APPLE)