diff options
author | Andreas Schneider <mail@cynapses.org> | 2009-08-11 16:12:53 +0200 |
---|---|---|
committer | Andreas Schneider <mail@cynapses.org> | 2009-08-11 16:12:53 +0200 |
commit | 81fe4299f7a6d36fbebd7c71dfb8f7c8d7ff501b (patch) | |
tree | 3e18dffdfb249d41cc051031c50fecc1756ac85a | |
parent | 5e4bc6ec7947a403da3b1989c39accf16449f601 (diff) | |
download | libssh-81fe4299f7a6d36fbebd7c71dfb8f7c8d7ff501b.tar.gz libssh-81fe4299f7a6d36fbebd7c71dfb8f7c8d7ff501b.tar.xz libssh-81fe4299f7a6d36fbebd7c71dfb8f7c8d7ff501b.zip |
Fix linking of the static library on Windows.
-rw-r--r-- | libssh/CMakeLists.txt | 2 |
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( |