diff options
| author | Brent Cook <bcook@openbsd.org> | 2015-07-21 22:21:14 -0500 |
|---|---|---|
| committer | Brent Cook <bcook@openbsd.org> | 2015-07-21 22:21:14 -0500 |
| commit | a9122f74e0b965c7ecb5e8ceb8e3dfb682e14336 (patch) | |
| tree | 39fcc3acb9de69b28875d5d9caaaf832a522fa8e /apps | |
| parent | 3614acd62e7dfccbd7c8f928559436775a43a6be (diff) | |
| download | portable-a9122f74e0b965c7ecb5e8ceb8e3dfb682e14336.tar.gz portable-a9122f74e0b965c7ecb5e8ceb8e3dfb682e14336.tar.bz2 portable-a9122f74e0b965c7ecb5e8ceb8e3dfb682e14336.zip | |
add cmake tests
Diffstat (limited to 'apps')
| -rw-r--r-- | apps/CMakeLists.txt | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/apps/CMakeLists.txt b/apps/CMakeLists.txt index 13d6e9c..370cd9c 100644 --- a/apps/CMakeLists.txt +++ b/apps/CMakeLists.txt | |||
| @@ -75,10 +75,5 @@ else() | |||
| 75 | set(OPENSSL_SRC ${OPENSSL_SRC} strtonum.c) | 75 | set(OPENSSL_SRC ${OPENSSL_SRC} strtonum.c) |
| 76 | endif() | 76 | endif() |
| 77 | 77 | ||
| 78 | set(OPENSSL_LIBS ssl crypto) | ||
| 79 | if(CMAKE_HOST_WIN32) | ||
| 80 | set(OPENSSL_LIBS ${OPENSSL_LIBS} ws2_32) | ||
| 81 | endif() | ||
| 82 | |||
| 83 | add_executable(openssl ${OPENSSL_SRC}) | 78 | add_executable(openssl ${OPENSSL_SRC}) |
| 84 | target_link_libraries(openssl ${OPENSSL_LIBS}) | 79 | target_link_libraries(openssl ${OPENSSL_LIBS}) |
