From 8db4520d891249b287cc246626635dd550fb3e42 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9o=20Peltier?= Date: Thu, 24 Apr 2014 16:31:13 +0200 Subject: [PATCH] cmake: Add libsshpp.hpp to the distributed headers list. BUG: https://red.libssh.org/issues/163 Reviewed-by: Andreas Schneider --- include/libssh/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) 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)