diff options
| author | Aris Adamantiadis <aris@0xbadc0de.be> | 2009-08-09 02:01:54 +0200 |
|---|---|---|
| committer | Aris Adamantiadis <aris@0xbadc0de.be> | 2009-08-09 02:01:54 +0200 |
| commit | e4da8b99feb82f4b86ec158b8056d24c3a2dde7d (patch) | |
| tree | d5746e066620a8b1d94b98dbe14f36daf9e4f91f /libssh/CMakeLists.txt | |
| parent | b9935790791ac6f4708522353f652e769b7ecf6b (diff) | |
| download | libssh-e4da8b99feb82f4b86ec158b8056d24c3a2dde7d.tar.gz libssh-e4da8b99feb82f4b86ec158b8056d24c3a2dde7d.tar.xz libssh-e4da8b99feb82f4b86ec158b8056d24c3a2dde7d.zip | |
Initial scp implementation in source tree
Diffstat (limited to 'libssh/CMakeLists.txt')
| -rw-r--r-- | libssh/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libssh/CMakeLists.txt b/libssh/CMakeLists.txt index d05d54ce..fa8eb413 100644 --- a/libssh/CMakeLists.txt +++ b/libssh/CMakeLists.txt @@ -100,6 +100,7 @@ set(libssh_SRCS packet.c poll.c session.c + scp.c socket.c string.c wrapper.c |
