CMakeLists.darwin-x86_64.txt 3.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. # This file was generated by the build system used internally in the Yandex monorepo.
  2. # Only simple modifications are allowed (adding source-files to targets, adding simple properties
  3. # like target_include_directories). These modifications will be ported to original
  4. # ya.make files by maintainers. Any complex modifications which can't be ported back to the
  5. # original buildsystem will not be accepted.
  6. add_library(restricted-aws-aws-c-io)
  7. target_compile_options(restricted-aws-aws-c-io PRIVATE
  8. -DAWS_CAL_USE_IMPORT_EXPORT
  9. -DAWS_COMMON_USE_IMPORT_EXPORT
  10. -DAWS_IO_USE_IMPORT_EXPORT
  11. -DAWS_USE_EPOLL
  12. -DHAVE_SYSCONF
  13. -DS2N_CLONE_SUPPORTED
  14. -DS2N_CPUID_AVAILABLE
  15. -DS2N_FALL_THROUGH_SUPPORTED
  16. -DS2N_FEATURES_AVAILABLE
  17. -DS2N_KYBER512R3_AVX2_BMI2
  18. -DS2N_LIBCRYPTO_SUPPORTS_EVP_MD5_SHA1_HASH
  19. -DS2N_LIBCRYPTO_SUPPORTS_EVP_MD_CTX_SET_PKEY_CTX
  20. -DS2N_LIBCRYPTO_SUPPORTS_EVP_RC4
  21. -DS2N_MADVISE_SUPPORTED
  22. -DS2N_STACKTRACE
  23. -DS2N___RESTRICT__SUPPORTED
  24. -DUSE_S2N
  25. $<IF:$<CXX_COMPILER_ID:MSVC>,,-Wno-everything>
  26. )
  27. target_include_directories(restricted-aws-aws-c-io PUBLIC
  28. ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-io/include
  29. )
  30. target_link_libraries(restricted-aws-aws-c-io PUBLIC
  31. restricted-aws-aws-c-cal
  32. restricted-aws-aws-c-common
  33. restricted-aws-s2n
  34. )
  35. target_sources(restricted-aws-aws-c-io PRIVATE
  36. ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-io/source/alpn_handler.c
  37. ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-io/source/channel.c
  38. ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-io/source/channel_bootstrap.c
  39. ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-io/source/event_loop.c
  40. ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-io/source/exponential_backoff_retry_strategy.c
  41. ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-io/source/host_resolver.c
  42. ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-io/source/io.c
  43. ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-io/source/message_pool.c
  44. ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-io/source/pem_utils.c
  45. ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-io/source/pkcs11_lib.c
  46. ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-io/source/pkcs11_tls_op_handler.c
  47. ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-io/source/pki_utils.c
  48. ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-io/source/retry_strategy.c
  49. ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-io/source/socket_channel_handler.c
  50. ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-io/source/standard_retry_strategy.c
  51. ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-io/source/statistics.c
  52. ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-io/source/stream.c
  53. ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-io/source/tls_channel_handler.c
  54. ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-io/source/tls_channel_handler_shared.c
  55. ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-io/source/bsd/kqueue_event_loop.c
  56. ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-io/source/posix/host_resolver.c
  57. ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-io/source/posix/pipe.c
  58. ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-io/source/posix/shared_library.c
  59. ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-io/source/posix/socket.c
  60. ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-io/source/s2n/s2n_tls_channel_handler.c
  61. )