aboutsummaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorBrent Cook <bcook@openbsd.org>2015-07-21 22:21:14 -0500
committerBrent Cook <bcook@openbsd.org>2015-07-21 22:21:14 -0500
commita9122f74e0b965c7ecb5e8ceb8e3dfb682e14336 (patch)
tree39fcc3acb9de69b28875d5d9caaaf832a522fa8e /apps
parent3614acd62e7dfccbd7c8f928559436775a43a6be (diff)
downloadportable-a9122f74e0b965c7ecb5e8ceb8e3dfb682e14336.tar.gz
portable-a9122f74e0b965c7ecb5e8ceb8e3dfb682e14336.tar.bz2
portable-a9122f74e0b965c7ecb5e8ceb8e3dfb682e14336.zip
add cmake tests
Diffstat (limited to 'apps')
-rw-r--r--apps/CMakeLists.txt5
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)
76endif() 76endif()
77 77
78set(OPENSSL_LIBS ssl crypto)
79if(CMAKE_HOST_WIN32)
80 set(OPENSSL_LIBS ${OPENSSL_LIBS} ws2_32)
81endif()
82
83add_executable(openssl ${OPENSSL_SRC}) 78add_executable(openssl ${OPENSSL_SRC})
84target_link_libraries(openssl ${OPENSSL_LIBS}) 79target_link_libraries(openssl ${OPENSSL_LIBS})