From 61c847eecc439910840564d9cad9ac5a75082013 Mon Sep 17 00:00:00 2001 From: skidau Date: Tue, 2 Nov 2010 00:39:52 +0000 Subject: [PATCH] Added NullSound to CMake git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@6330 8ced0084-cf51-0410-be5f-012b33b47a6e --- Source/Core/AudioCommon/CMakeLists.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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)