Add install targets and shared libraries to CMake
This commit is contained in:
@@ -77,3 +77,5 @@ endif()
|
||||
|
||||
add_executable(openssl ${OPENSSL_SRC})
|
||||
target_link_libraries(openssl ${OPENSSL_LIBS})
|
||||
|
||||
install(TARGETS openssl DESTINATION bin)
|
||||
|
Reference in New Issue
Block a user