diff options
author | uzhas <uzhas@ydb.tech> | 2023-12-11 12:48:58 +0300 |
---|---|---|
committer | uzhas <uzhas@ydb.tech> | 2023-12-11 14:21:05 +0300 |
commit | 8c430a3dc91949899bba095f678e93fae92f01c5 (patch) | |
tree | 7dde284ebcbe2b1106f63865c4dc5278880200ca /contrib/restricted/aws/aws-c-io/CMakeLists.windows-x86_64.txt | |
parent | b3588741a100fbdad4500d88711c161aacff9736 (diff) | |
download | ydb-8c430a3dc91949899bba095f678e93fae92f01c5.tar.gz |
windows: fix yqlworker build
Diffstat (limited to 'contrib/restricted/aws/aws-c-io/CMakeLists.windows-x86_64.txt')
-rw-r--r-- | contrib/restricted/aws/aws-c-io/CMakeLists.windows-x86_64.txt | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/contrib/restricted/aws/aws-c-io/CMakeLists.windows-x86_64.txt b/contrib/restricted/aws/aws-c-io/CMakeLists.windows-x86_64.txt index 7c1b0626c2..f353ab49e0 100644 --- a/contrib/restricted/aws/aws-c-io/CMakeLists.windows-x86_64.txt +++ b/contrib/restricted/aws/aws-c-io/CMakeLists.windows-x86_64.txt @@ -25,7 +25,9 @@ target_compile_options(restricted-aws-aws-c-io PRIVATE -DS2N_MADVISE_SUPPORTED -DS2N_STACKTRACE -DS2N___RESTRICT__SUPPORTED - -DUSE_S2N + -DAWS_IO_EXPORTS + -DAWS_USE_IO_COMPLETION_PORTS + -std=c99 $<IF:$<CXX_COMPILER_ID:MSVC>,,-Wno-everything> ) target_include_directories(restricted-aws-aws-c-io PUBLIC @@ -34,7 +36,6 @@ target_include_directories(restricted-aws-aws-c-io PUBLIC target_link_libraries(restricted-aws-aws-c-io PUBLIC restricted-aws-aws-c-cal restricted-aws-aws-c-common - restricted-aws-s2n ) target_sources(restricted-aws-aws-c-io PRIVATE ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-io/source/alpn_handler.c @@ -49,12 +50,7 @@ target_sources(restricted-aws-aws-c-io PRIVATE ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-io/source/pkcs11_lib.c ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-io/source/pkcs11_tls_op_handler.c ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-io/source/pki_utils.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-io/source/posix/host_resolver.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-io/source/posix/pipe.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-io/source/posix/shared_library.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-io/source/posix/socket.c ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-io/source/retry_strategy.c - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-io/source/s2n/s2n_tls_channel_handler.c ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-io/source/socket_channel_handler.c ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-io/source/standard_retry_strategy.c ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-io/source/statistics.c |