mirror of
https://git.libssh.org/projects/libssh.git
synced 2026-02-04 12:20:42 +09:00
build: Make sure to link against all required thread libraries.
This commit is contained in:
@@ -19,8 +19,9 @@ add_library(${TORTURE_LIBRARY} SHARED torture.c cmdline.c)
|
||||
target_link_libraries(${TORTURE_LIBRARY}
|
||||
${CHECK_LIBRARIES}
|
||||
${LIBSSH_STATIC_LIBRARY}
|
||||
${LIBSSH_THREADS_STATIC_LIBRARY}
|
||||
${LIBSSH_LINK_LIBRARIES}
|
||||
${LIBSSH_THREADS_STATIC_LIBRARY}
|
||||
${LIBSSH_THREADS_LINK_LIBRARIES}
|
||||
${ARGP_LIBRARIES}
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user