aboutsummaryrefslogtreecommitdiff
path: root/apps/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'apps/CMakeLists.txt')
-rw-r--r--apps/CMakeLists.txt5
1 files changed, 2 insertions, 3 deletions
diff --git a/apps/CMakeLists.txt b/apps/CMakeLists.txt
index 08bce42..6213aeb 100644
--- a/apps/CMakeLists.txt
+++ b/apps/CMakeLists.txt
@@ -2,7 +2,6 @@ include_directories(
2 . 2 .
3 ../include 3 ../include
4 ../include/compat 4 ../include/compat
5 ./openssl
6) 5)
7 6
8set( 7set(
@@ -63,8 +62,8 @@ if(CMAKE_HOST_UNIX)
63endif() 62endif()
64 63
65if(CMAKE_HOST_WIN32) 64if(CMAKE_HOST_WIN32)
66 set(OPENSSL_SRC ${OPENSSL_SRC} openssl/compat/apps_win.c) 65 set(OPENSSL_SRC ${OPENSSL_SRC} openssl/apps_win.c)
67 set(OPENSSL_SRC ${OPENSSL_SRC} openssl/compat/certhash_win.c) 66 set(OPENSSL_SRC ${OPENSSL_SRC} openssl/certhash_win.c)
68 set(OPENSSL_SRC ${OPENSSL_SRC} openssl/compat/poll_win.c) 67 set(OPENSSL_SRC ${OPENSSL_SRC} openssl/compat/poll_win.c)
69endif() 68endif()
70 69