diff options
Diffstat (limited to 'crypto')
| -rw-r--r-- | crypto/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/CMakeLists.txt b/crypto/CMakeLists.txt index 90e127e..8b66001 100644 --- a/crypto/CMakeLists.txt +++ b/crypto/CMakeLists.txt | |||
| @@ -814,8 +814,8 @@ target_include_directories(crypto | |||
| 814 | 814 | ||
| 815 | if (BUILD_SHARED_LIBS) | 815 | if (BUILD_SHARED_LIBS) |
| 816 | export_symbol(crypto ${CMAKE_CURRENT_BINARY_DIR}/crypto_p.sym) | 816 | export_symbol(crypto ${CMAKE_CURRENT_BINARY_DIR}/crypto_p.sym) |
| 817 | target_link_libraries(crypto ${PLATFORM_LDADD}) | ||
| 817 | if (WIN32) | 818 | if (WIN32) |
| 818 | target_link_libraries(crypto Ws2_32.lib) | ||
| 819 | set(CRYPTO_POSTFIX -${CRYPTO_MAJOR_VERSION}) | 819 | set(CRYPTO_POSTFIX -${CRYPTO_MAJOR_VERSION}) |
| 820 | endif() | 820 | endif() |
| 821 | set_target_properties(crypto PROPERTIES | 821 | set_target_properties(crypto PROPERTIES |
