Added NullSound to CMake

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@6330 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
skidau 2010-11-02 00:39:52 +00:00
parent 0af0929a88
commit 61c847eecc
1 changed files with 2 additions and 1 deletions

View File

@ -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)