aboutsummaryrefslogtreecommitdiff
path: root/include
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:32:48 +0100
commit8db4520d891249b287cc246626635dd550fb3e42 (patch)
tree0de210df3bd6c543a2e1a63faf1955fdb31f6c28 /include
parent9a7d450098a4fc45ae3f0eb194218c51b133b3f9 (diff)
downloadlibssh-8db4520d891249b287cc246626635dd550fb3e42.tar.gz
libssh-8db4520d891249b287cc246626635dd550fb3e42.tar.xz
libssh-8db4520d891249b287cc246626635dd550fb3e42.zip
cmake: Add libsshpp.hpp to the distributed headers list.
BUG: https://red.libssh.org/issues/163 Reviewed-by: Andreas Schneider <asn@cryptomilk.org>
Diffstat (limited to 'include')
-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)