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

It's good to be back. Add jdns and make libtomahawk link to it, so that we can do proper SRV resolving. Also create thirdparty/ which portfwd and others should really be moved in to

This commit is contained in:
Jeff Mitchell
2011-01-27 00:05:16 -05:00
parent 1867daae4d
commit c9aec3d55e
22 changed files with 11018 additions and 0 deletions

View File

@@ -236,6 +236,7 @@ SET( OS_SPECIFIC_LINK_LIBRARIES
"dnsapi.dll"
"dsound.dll"
"winmm.dll"
"advapi32.dll"
"${CMAKE_CURRENT_SOURCE_DIR}/../../rtaudio/librtaudio.dll"
)
@@ -282,6 +283,7 @@ target_link_libraries( tomahawklib
vorbisfile
ogg
FLAC++
jdns
)
install( TARGETS tomahawklib DESTINATION lib )