aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLéo Peltier <lpeltier@ivsweb.com>2014-04-24 16:31:13 +0200
committerAndreas Schneider <asn@cryptomilk.org>2015-01-20 19:33:16 +0100
commit0579b7d8b2c2671065aa4ec31c58e56d46f3ede6 (patch)
tree2abffd66c9548df3ca0bd0eea7ad7ff4ada389d7
parent915d28ffa5c1b3be49e1fa49e854d471a4b61d53 (diff)
downloadlibssh-0579b7d8b2c2671065aa4ec31c58e56d46f3ede6.tar.gz
libssh-0579b7d8b2c2671065aa4ec31c58e56d46f3ede6.tar.xz
libssh-0579b7d8b2c2671065aa4ec31c58e56d46f3ede6.zip
cmake: Add libsshpp.hpp to the distributed headers list.
BUG: https://red.libssh.org/issues/163 Reviewed-by: Andreas Schneider <asn@cryptomilk.org> (cherry picked from commit 8db4520d891249b287cc246626635dd550fb3e42)
-rw-r--r--include/libssh/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/libssh/CMakeLists.txt b/include/libssh/CMakeLists.txt
index 78ee1c61..258e85fb 100644
--- a/include/libssh/CMakeLists.txt
+++ b/include/libssh/CMakeLists.txt
@@ -5,6 +5,7 @@ set(libssh_HDRS
libssh.h
ssh2.h
legacy.h
+ libsshpp.hpp
)
if (WITH_SFTP)