cmake: Added missing include dirs for libssh.

This commit is contained in:
Andreas Schneider
2010-12-29 20:18:18 +01:00
parent 78abf5a88d
commit 80d7ccb522

View File

@@ -7,6 +7,8 @@ set(LIBSSH_PUBLIC_INCLUDE_DIRS
set(LIBSSH_PRIVATE_INCLUDE_DIRS
${CMAKE_BINARY_DIR}
${OPENSSL_INCLUDE_DIRS}
${GCRYPT_INCLUDE_DIRS}
${ZLIB_INCLUDE_DIRS}
)