Skip to content

Commit

Permalink
More libs
Browse files Browse the repository at this point in the history
  • Loading branch information
pktiuk committed Jan 3, 2022
1 parent 18bc21a commit e507305
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -642,9 +642,13 @@ if(WIN32)
message("Searching for SSL DLL-s.")
find_path(LIBCRYPTO_DLL_DIR "libcrypto-1_1-x64.dll" HINTS "${SDL2_LIBRARY_DIRS}/../bin")
find_path(LIBSSL_DLL_DIR "libssl-1_1-x64.dll" HINTS "${SDL2_LIBRARY_DIRS}/../bin")
find_path(LIBCAPI_DLL_DIR "libcrypto-1_1-x64.dll" HINTS "${SDL2_LIBRARY_DIRS}/../bin")
find_path(LIBDASYNC_DLL_DIR "libssl-1_1-x64.dll" HINTS "${SDL2_LIBRARY_DIRS}/../bin")
list(APPEND DLL_FILES
"${LIBCRYPTO_DLL_DIR}/libcrypto-1_1-x64.dll"
"${LIBSSL_DLL_DIR}/libssl-1_1-x64.dll"
"${LIBCAPI_DLL_DIR}/capi.dll"
"${LIBDASYNC_DLL_DIR}/dasync.dll"
)
endif(CHECK_FOR_UPDATES)

Expand Down

0 comments on commit e507305

Please sign in to comment.