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