From 5461dea7f141d78d1d0bb4c4f17be9b15680fa96 Mon Sep 17 00:00:00 2001 From: Jeff Davey Date: Tue, 18 Aug 2015 13:20:19 -0600 Subject: Add install targets and shared libraries to CMake --- apps/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'apps') diff --git a/apps/CMakeLists.txt b/apps/CMakeLists.txt index 370cd9c..452aabd 100644 --- a/apps/CMakeLists.txt +++ b/apps/CMakeLists.txt @@ -77,3 +77,5 @@ endif() add_executable(openssl ${OPENSSL_SRC}) target_link_libraries(openssl ${OPENSSL_LIBS}) + +install(TARGETS openssl DESTINATION bin) -- cgit v1.2.3-55-g6feb