summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Schneider <mail@cynapses.org>2009-08-11 16:12:53 +0200
committerAndreas Schneider <mail@cynapses.org>2009-08-11 16:12:53 +0200
commit81fe4299f7a6d36fbebd7c71dfb8f7c8d7ff501b (patch)
tree3e18dffdfb249d41cc051031c50fecc1756ac85a
parent5e4bc6ec7947a403da3b1989c39accf16449f601 (diff)
downloadlibssh-81fe4299f7a6d36fbebd7c71dfb8f7c8d7ff501b.tar.gz
libssh-81fe4299f7a6d36fbebd7c71dfb8f7c8d7ff501b.tar.xz
libssh-81fe4299f7a6d36fbebd7c71dfb8f7c8d7ff501b.zip
Fix linking of the static library on Windows.
-rw-r--r--libssh/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
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(