[BW]: [Ign] Changes needed to support statically built OpenSSL on windows.

This commit is contained in:
vogel76 2014-04-11 13:32:34 +02:00
parent 6c9f758e9c
commit 468d6da711

View file

@ -219,6 +219,9 @@ target_link_libraries( fc PUBLIC easylzma_static ${Boost_LIBRARIES} ${OPENSSL_LI
#target_link_libraries( test_sleep fc )
if(WIN32)
# add addtional import library on windows platform
target_link_libraries( fc PUBLIC crypt32.lib)
# now generate a list of the DLLs we're using to use during the install process
include (ParseLibraryList)
PARSE_LIBRARY_LIST(${Boost_LIBRARIES}