diff options
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 | ||