diff options
author | Jeff Davey <jdavey@apple.com> | 2015-08-18 13:20:19 -0600 |
---|---|---|
committer | Jeff Davey <jdavey@apple.com> | 2015-08-18 13:20:19 -0600 |
commit | 5461dea7f141d78d1d0bb4c4f17be9b15680fa96 (patch) | |
tree | 400e930cf75c4d390590a8ce0f5fe2f779124584 /apps | |
parent | 9aa4e1d96095c5bde62aa541a6b3aa48110cc5b0 (diff) | |
download | portable-5461dea7f141d78d1d0bb4c4f17be9b15680fa96.tar.gz portable-5461dea7f141d78d1d0bb4c4f17be9b15680fa96.tar.bz2 portable-5461dea7f141d78d1d0bb4c4f17be9b15680fa96.zip |
Add install targets and shared libraries to CMake
Diffstat (limited to 'apps')
-rw-r--r-- | apps/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
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() | |||
77 | 77 | ||
78 | add_executable(openssl ${OPENSSL_SRC}) | 78 | add_executable(openssl ${OPENSSL_SRC}) |
79 | target_link_libraries(openssl ${OPENSSL_LIBS}) | 79 | target_link_libraries(openssl ${OPENSSL_LIBS}) |
80 | |||
81 | install(TARGETS openssl DESTINATION bin) | ||