aboutsummaryrefslogtreecommitdiff
path: root/apps/CMakeLists.txt
diff options
context:
space:
mode:
authorBrent Cook <bcook@openbsd.org>2015-09-18 08:43:57 -0500
committerBrent Cook <bcook@openbsd.org>2015-09-18 08:43:57 -0500
commit630e7b604037820d6d4f90dbfd891c0a0e837639 (patch)
treecbe681ea0325b9a8d0c323dd37f6cc679ae1877f /apps/CMakeLists.txt
parenta2e532ed01a2e8caa6b1dfeca020f09f1a0124ff (diff)
downloadportable-630e7b604037820d6d4f90dbfd891c0a0e837639.tar.gz
portable-630e7b604037820d6d4f90dbfd891c0a0e837639.tar.bz2
portable-630e7b604037820d6d4f90dbfd891c0a0e837639.zip
visual studio path updates
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