Skip to content

Commit

Permalink
..
Browse files Browse the repository at this point in the history
  • Loading branch information
JohanMabille committed Jan 19, 2023
1 parent 6173b96 commit d6e5b44
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -249,10 +249,10 @@ macro(libpowerloader_create_target target_name linkage deps_linkage output_name)
${POWERLOADER_FORCE_DYNAMIC_LIBS}
)
elseif (WIN32)
find_library(CURL_LIBRARY NAME libcurl)
find_library(CRYPTO_LIBRARY NAMES libcrypto)
find_library(ZSTD_LIBRARY NAME zstd_static)
find_library(ZCHUNK_LIBRARY NAMES libzck)
find_library(CURL_LIBRARY NAME libcurl_a.lib)
find_library(CRYPTO_LIBRARY NAMES libcrypto.lib)
find_library(ZSTD_LIBRARY NAME zstd_static.lib)
find_library(ZCHUNK_LIBRARY NAMES libzck.lib)

target_link_libraries(${target_name} PUBLIC
${CURL_LIBRARY}
Expand Down

0 comments on commit d6e5b44

Please sign in to comment.