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 8db4520d89)
This commit is contained in:
Léo Peltier
2014-04-24 16:31:13 +02:00
committed by Andreas Schneider
parent 915d28ffa5
commit 0579b7d8b2

View File

@@ -5,6 +5,7 @@ set(libssh_HDRS
libssh.h
ssh2.h
legacy.h
libsshpp.hpp
)
if (WITH_SFTP)