1
0
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:
Andreas Schneider
2019-11-06 09:03:11 +01:00
parent c2c3545391
commit 82c57c1f36
6 changed files with 32 additions and 244 deletions

View File

@ -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 ()