cmake: Add libsshpp.hpp to the distributed headers list.

BUG: https://red.libssh.org/issues/163

Reviewed-by: Andreas Schneider <asn@cryptomilk.org>
This commit is contained in:
Léo Peltier
2014-04-24 16:31:13 +02:00
committed by Andreas Schneider
parent 9a7d450098
commit 8db4520d89

View File

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