diff options
Diffstat (limited to 'tls/CMakeLists.txt')
-rw-r--r-- | tls/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tls/CMakeLists.txt b/tls/CMakeLists.txt index 59deee3..4beef36 100644 --- a/tls/CMakeLists.txt +++ b/tls/CMakeLists.txt | |||
@@ -22,6 +22,8 @@ if(WIN32) | |||
22 | compat/pread.c | 22 | compat/pread.c |
23 | compat/pwrite.c | 23 | compat/pwrite.c |
24 | ) | 24 | ) |
25 | |||
26 | set(LIBTLS_EXTRA_EXPORT ${LIBTLS_EXTRA_EXPORT} ftruncate) | ||
25 | endif() | 27 | endif() |
26 | 28 | ||
27 | if(NOT "${OPENSSLDIR}" STREQUAL "") | 29 | if(NOT "${OPENSSLDIR}" STREQUAL "") |