1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-31 17:42:13 +02:00

Make linking on linux as strict as it is on mac

Link to pthreads too
This commit is contained in:
Leo Franchi
2011-03-11 13:34:11 -05:00
parent 79af8f35b5
commit 8997c666b7
2 changed files with 6 additions and 0 deletions

View File

@@ -398,6 +398,7 @@ target_link_libraries( tomahawklib
${LIBECHONEST_LIBRARY}
${QT_LIBRARIES}
${OS_SPECIFIC_LINK_LIBRARIES}
${CMAKE_THREAD_LIBS_INIT}
)
install( TARGETS tomahawklib DESTINATION lib )