1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-28 16:20:01 +02:00

* Link to audio libraries on non-win32, too.

This commit is contained in:
Christian Muehlhaeuser
2011-01-17 09:47:09 +01:00
parent b550c55547
commit e9b779f832

View File

@@ -234,10 +234,7 @@ SET( OS_SPECIFIC_LINK_LIBRARIES
"dnsapi.dll" "dnsapi.dll"
"dsound.dll" "dsound.dll"
"winmm.dll" "winmm.dll"
"mad"
"vorbisfile"
"ogg"
"FLAC++"
"${CMAKE_CURRENT_SOURCE_DIR}/../../rtaudio/librtaudio.dll" "${CMAKE_CURRENT_SOURCE_DIR}/../../rtaudio/librtaudio.dll"
) )
ENDIF( WIN32 ) ENDIF( WIN32 )
@@ -279,6 +276,10 @@ target_link_libraries( tomahawklib
${OS_SPECIFIC_LINK_LIBRARIES} ${OS_SPECIFIC_LINK_LIBRARIES}
portfwd portfwd
qjson qjson
mad
vorbisfile
ogg
FLAC++
) )
install( TARGETS tomahawklib DESTINATION lib ) install( TARGETS tomahawklib DESTINATION lib )