diff options
author | Brent Cook <bcook@openbsd.org> | 2015-09-18 08:43:57 -0500 |
---|---|---|
committer | Brent Cook <bcook@openbsd.org> | 2015-09-18 08:43:57 -0500 |
commit | 630e7b604037820d6d4f90dbfd891c0a0e837639 (patch) | |
tree | cbe681ea0325b9a8d0c323dd37f6cc679ae1877f /apps/CMakeLists.txt | |
parent | a2e532ed01a2e8caa6b1dfeca020f09f1a0124ff (diff) | |
download | portable-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.txt | 3 |
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 | ||
7 | set( | 8 | set( |
@@ -63,7 +64,7 @@ endif() | |||
63 | 64 | ||
64 | if(CMAKE_HOST_WIN32) | 65 | if(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) |
68 | endif() | 69 | endif() |
69 | 70 | ||