mirror of
https://git.libssh.org/projects/libssh.git
synced 2025-07-25 03:41:56 +03:00
Fix project name in examples.
This commit is contained in:
@ -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})
|
||||
|
Reference in New Issue
Block a user