[CMake] CPack and OpenSSL libraries

mervin mervinanand at gmail.com
Tue Feb 15 17:50:17 EST 2011


Download the latest ssl libs or which ever version you need. Then  place them
in your QT libs dir (or any dir)and call it for install.

IF( WIN32 )
   INSTALL(FILES
                  ${CMAKE_CURRENT_SOURCE_DIR}/qtlibs/libeay32.DLL
                  ${CMAKE_CURRENT_SOURCE_DIR}/vcredist/ssleay32.DLL
        DESTINATION ${support_dest_dir}
        COMPONENT Runtime
        )
ENDIF( WIN32 )


-- 
View this message in context: http://cmake.3232098.n2.nabble.com/CPack-and-OpenSSL-libraries-tp6029611p6029647.html
Sent from the CMake mailing list archive at Nabble.com.


More information about the CMake mailing list