fix cmake hacks

This commit is contained in:
Jordan Woyak
2013-01-09 18:39:28 -06:00
parent 488a679ca7
commit 5c371549d3
2 changed files with 2 additions and 3 deletions

View File

@ -23,8 +23,7 @@ endif(OPENAL_FOUND)
if(PULSEAUDIO_FOUND)
set(SRCS ${SRCS} Src/PulseAudioStream.cpp)
# TODO: remove hacks
set(LIBS ${LIBS} ${PULSEAUDIO_LIBRARIES} pulse-simple)
set(LIBS ${LIBS} ${PULSEAUDIO_LIBRARIES})
endif(PULSEAUDIO_FOUND)
if(WIN32)