CMakeLists.linux-x86_64.txt 3.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  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-http)
  7. target_compile_options(restricted-aws-aws-c-http PRIVATE
  8. -DAWS_CAL_USE_IMPORT_EXPORT
  9. -DAWS_COMMON_USE_IMPORT_EXPORT
  10. -DAWS_COMPRESSION_USE_IMPORT_EXPORT
  11. -DAWS_HTTP_USE_IMPORT_EXPORT
  12. -DAWS_IO_USE_IMPORT_EXPORT
  13. -DAWS_USE_EPOLL
  14. -DHAVE_SYSCONF
  15. -DS2N_CLONE_SUPPORTED
  16. -DS2N_CPUID_AVAILABLE
  17. -DS2N_FALL_THROUGH_SUPPORTED
  18. -DS2N_FEATURES_AVAILABLE
  19. -DS2N_KYBER512R3_AVX2_BMI2
  20. -DS2N_LIBCRYPTO_SUPPORTS_EVP_MD5_SHA1_HASH
  21. -DS2N_LIBCRYPTO_SUPPORTS_EVP_MD_CTX_SET_PKEY_CTX
  22. -DS2N_LIBCRYPTO_SUPPORTS_EVP_RC4
  23. -DS2N_MADVISE_SUPPORTED
  24. -DS2N_PLATFORM_SUPPORTS_KTLS
  25. -DS2N_STACKTRACE
  26. -DS2N___RESTRICT__SUPPORTED
  27. $<IF:$<CXX_COMPILER_ID:MSVC>,,-Wno-everything>
  28. )
  29. target_include_directories(restricted-aws-aws-c-http PUBLIC
  30. ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-http/include
  31. )
  32. target_link_libraries(restricted-aws-aws-c-http PUBLIC
  33. contrib-libs-linux-headers
  34. restricted-aws-aws-c-cal
  35. restricted-aws-aws-c-common
  36. restricted-aws-aws-c-compression
  37. restricted-aws-aws-c-io
  38. )
  39. target_sources(restricted-aws-aws-c-http PRIVATE
  40. ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-http/source/connection.c
  41. ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-http/source/connection_manager.c
  42. ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-http/source/connection_monitor.c
  43. ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-http/source/h1_connection.c
  44. ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-http/source/h1_decoder.c
  45. ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-http/source/h1_encoder.c
  46. ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-http/source/h1_stream.c
  47. ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-http/source/h2_connection.c
  48. ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-http/source/h2_decoder.c
  49. ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-http/source/h2_frames.c
  50. ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-http/source/h2_stream.c
  51. ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-http/source/hpack.c
  52. ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-http/source/hpack_decoder.c
  53. ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-http/source/hpack_encoder.c
  54. ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-http/source/hpack_huffman_static.c
  55. ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-http/source/http.c
  56. ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-http/source/http2_stream_manager.c
  57. ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-http/source/proxy_connection.c
  58. ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-http/source/proxy_strategy.c
  59. ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-http/source/random_access_set.c
  60. ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-http/source/request_response.c
  61. ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-http/source/statistics.c
  62. ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-http/source/strutil.c
  63. ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-http/source/websocket.c
  64. ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-http/source/websocket_bootstrap.c
  65. ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-http/source/websocket_decoder.c
  66. ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-http/source/websocket_encoder.c
  67. )