mirror of
https://git.libssh.org/projects/libssh.git
synced 2026-02-09 18:04:25 +09: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:
@@ -10,12 +10,4 @@ include_directories(
|
||||
|
||||
add_executable(benchmarks ${benchmarks_SRCS})
|
||||
|
||||
target_link_libraries(benchmarks ${LIBSSH_SHARED_LIBRARY})
|
||||
|
||||
include_directories(
|
||||
${LIBSSH_PUBLIC_INCLUDE_DIRS}
|
||||
${CMAKE_BINARY_DIR}
|
||||
)
|
||||
|
||||
if (WITH_SFTP)
|
||||
endif (WITH_SFTP)
|
||||
target_link_libraries(benchmarks ssh::ssh)
|
||||
|
||||
Reference in New Issue
Block a user