Deploy openssl libraries under win32

They are needed to fetch prices from deckbrew and possibly, in the
future, for ssl server connections
This commit is contained in:
Fabio Bas 2014-10-10 14:12:30 +02:00
parent 6810ae46d6
commit 6f25e09132
3 changed files with 62 additions and 1 deletions

View file

@ -321,4 +321,8 @@ Data = Resources\")
include(BundleUtilities)
fixup_bundle(\"\${CMAKE_INSTALL_PREFIX}/cockatrice.exe\" \"\${QTPLUGINS}\" \"${QT_LIBRARY_DIR}\")
" COMPONENT Runtime)
if(WIN32SSLRUNTIME_FOUND)
install(FILES ${WIN32SSLRUNTIME_LIBRARIES} DESTINATION "${CMAKE_INSTALL_PREFIX}")
endif()
endif()