mirror of
https://git.libssh.org/projects/libssh.git
synced 2025-07-31 00:03:07 +03:00
cmake: Create ssh library directly as libssh
Signed-off-by: Andreas Schneider <asn@cryptomilk.org> Reviewed-by: Anderson Toshiyuki Sasaki <ansasaki@redhat.com>
This commit is contained in:
@ -30,7 +30,7 @@ if (UNIX AND NOT WIN32)
|
||||
target_compile_options(test_server PRIVATE ${DEFAULT_C_COMPILE_FLAGS})
|
||||
target_link_libraries(test_server
|
||||
testserver
|
||||
${LIBSSH_SHARED_LIBRARY}
|
||||
ssh::ssh
|
||||
${ARGP_LIBRARY}
|
||||
util)
|
||||
endif ()
|
||||
|
Reference in New Issue
Block a user