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:
parent
766bae9d76
commit
28a7343320
@ -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})
|
||||
|
Loading…
x
Reference in New Issue
Block a user