Skip to content

Commit

Permalink
added installation of all openssl none test libs for windows
Browse files Browse the repository at this point in the history
  • Loading branch information
Robosturm committed Oct 25, 2023
1 parent e205113 commit 2428837
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,11 @@ elseif(PRECOMPILEDOPENSSL AND "${CMAKE_SYSTEM_NAME}" STREQUAL "Windows")
set(OPENSSL_LIBS
${OPENSSL_LIB_PATH}/libcrypto-3-x64.dll
${OPENSSL_LIB_PATH}/libssl-3-x64.dll
${OPENSSL_LIB_PATH}/capi.dll
${OPENSSL_LIB_PATH}/dasync.dll
${OPENSSL_LIB_PATH}/legacy.dll
${OPENSSL_LIB_PATH}/loader_attic.dll
${OPENSSL_LIB_PATH}/padlock.dll
CACHE INTERNAL "")
include_directories(${OPENSSL_INCLUDE_DIR})
message ("OpenSsL Include directories:" ${OPENSSL_INCLUDE_DIR})
Expand Down

0 comments on commit 2428837

Please sign in to comment.