1
0
mirror of https://git.libssh.org/projects/libssh.git synced 2025-05-16 08:04:30 +03:00

Fix project name in examples.

This commit is contained in:
Andreas Schneider 2009-07-30 11:11:00 +02:00
parent 766bae9d76
commit 28a7343320

View File

@ -1,4 +1,4 @@
project(libssh-library C)
project(libssh-examples C)
set(examples_SRCS
libssh_scp.c
@ -12,4 +12,4 @@ include_directories(
add_executable(libssh_scp ${examples_SRCS})
target_link_libraries(libssh_scp ${LIBSSH_SHARED_LIBRARY} )
target_link_libraries(libssh_scp ${LIBSSH_SHARED_LIBRARY})