mirror of
https://git.libssh.org/projects/libssh.git
synced 2026-02-07 18:50:27 +09:00
cmake: Rename static library
This is only compiled for tests and fuzzers!
Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
Reviewed-by: Anderson Toshiyuki Sasaki <ansasaki@redhat.com>
(cherry picked from commit 8c36a865f2)
This commit is contained in:
@@ -18,8 +18,7 @@ include_directories(
|
||||
|
||||
set(TORTURE_LINK_LIBRARIES
|
||||
${CMOCKA_LIBRARY}
|
||||
${LIBSSH_STATIC_LIBRARY}
|
||||
${LIBSSH_LINK_LIBRARIES})
|
||||
ssh::static)
|
||||
|
||||
# create test library
|
||||
add_library(${TORTURE_LIBRARY}
|
||||
|
||||
@@ -20,7 +20,7 @@ set(pkd_hello_src
|
||||
|
||||
set(pkd_libs
|
||||
${CMOCKA_LIBRARY}
|
||||
${LIBSSH_STATIC_LIBRARY}
|
||||
ssh::static
|
||||
${ARGP_LIBRARIES}
|
||||
pthread
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user