Merge pull request #364 from ctrlaltca/win32_openssl_cmake

Deploy openssl libraries under win32
This commit is contained in:
Gavin Bisesi 2014-10-14 14:03:32 -04:00
commit 8dbb2d8e6f
4 changed files with 63 additions and 0 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 ./)
endif()
endif()