From 2ec633f33db5060ec087ef6a923dc91795503faa Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Tue, 7 Nov 2017 15:28:52 +0100 Subject: examples: Rename samplessh to ssh-client Signed-off-by: Andreas Schneider --- examples/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'examples/CMakeLists.txt') diff --git a/examples/CMakeLists.txt b/examples/CMakeLists.txt index e0f4878d..0b2bcffb 100644 --- a/examples/CMakeLists.txt +++ b/examples/CMakeLists.txt @@ -30,8 +30,8 @@ if (UNIX AND NOT WIN32) target_link_libraries(samplesftp ${LIBSSH_SHARED_LIBRARY}) endif (WITH_SFTP) - add_executable(samplessh sample.c ${examples_SRCS}) - target_link_libraries(samplessh ${LIBSSH_SHARED_LIBRARY}) + add_executable(ssh-client ssh_client.c ${examples_SRCS}) + target_link_libraries(ssh-client ${LIBSSH_SHARED_LIBRARY}) if (WITH_SERVER AND ARGP_LIBRARY) if (HAVE_LIBUTIL) -- cgit v1.2.3