From 81fe4299f7a6d36fbebd7c71dfb8f7c8d7ff501b Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Tue, 11 Aug 2009 16:12:53 +0200 Subject: Fix linking of the static library on Windows. --- libssh/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libssh/CMakeLists.txt b/libssh/CMakeLists.txt index 83469f3..edf0c58 100644 --- a/libssh/CMakeLists.txt +++ b/libssh/CMakeLists.txt @@ -190,6 +190,8 @@ if (WITH_STATIC_LIB) ${LIBRARY_SOVERSION} OUTPUT_NAME ssh + DEFINE_SYMBOL + SSH_EXPORTS ) install( -- cgit