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:
@@ -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 )
|
||||
|
Reference in New Issue
Block a user