Add install targets and shared libraries to CMake

This commit is contained in:
Jeff Davey
2015-08-18 13:20:19 -06:00
parent 9aa4e1d960
commit 5461dea7f1
7 changed files with 61 additions and 5 deletions

View File

@@ -77,3 +77,5 @@ endif()
add_executable(openssl ${OPENSSL_SRC})
target_link_libraries(openssl ${OPENSSL_LIBS})
install(TARGETS openssl DESTINATION bin)