mirror of
https://github.com/clementine-player/Clementine
synced 2024-12-18 04:19:55 +01:00
Explicitly link gloox to gnutls.
This commit is contained in:
parent
4acd6883cc
commit
673d44ef72
4
3rdparty/gloox/CMakeLists.txt
vendored
4
3rdparty/gloox/CMakeLists.txt
vendored
@ -106,3 +106,7 @@ configure_file(${CMAKE_CURRENT_SOURCE_DIR}/config.h.in
|
||||
add_library(gloox STATIC
|
||||
${GLOOX-SOURCES}
|
||||
)
|
||||
|
||||
target_link_libraries(gloox
|
||||
${GNUTLS_LIBRARIES}
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user