CMakeLists.linux-aarch64.txt 4.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  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-auth)
  7. target_compile_options(restricted-aws-aws-c-auth PRIVATE
  8. -DAWS_AUTH_USE_IMPORT_EXPORT
  9. -DAWS_CAL_USE_IMPORT_EXPORT
  10. -DAWS_COMMON_USE_IMPORT_EXPORT
  11. -DAWS_COMPRESSION_USE_IMPORT_EXPORT
  12. -DAWS_HTTP_USE_IMPORT_EXPORT
  13. -DAWS_IO_USE_IMPORT_EXPORT
  14. -DAWS_SDKUTILS_USE_IMPORT_EXPORT
  15. -DAWS_USE_EPOLL
  16. -DCJSON_HIDE_SYMBOLS
  17. -DHAVE_SYSCONF
  18. -DS2N_CLONE_SUPPORTED
  19. -DS2N_CPUID_AVAILABLE
  20. -DS2N_FALL_THROUGH_SUPPORTED
  21. -DS2N_FEATURES_AVAILABLE
  22. -DS2N_KYBER512R3_AVX2_BMI2
  23. -DS2N_LIBCRYPTO_SUPPORTS_EVP_MD5_SHA1_HASH
  24. -DS2N_LIBCRYPTO_SUPPORTS_EVP_MD_CTX_SET_PKEY_CTX
  25. -DS2N_LIBCRYPTO_SUPPORTS_EVP_RC4
  26. -DS2N_MADVISE_SUPPORTED
  27. -DS2N_PLATFORM_SUPPORTS_KTLS
  28. -DS2N_STACKTRACE
  29. -DS2N___RESTRICT__SUPPORTED
  30. $<IF:$<CXX_COMPILER_ID:MSVC>,,-Wno-everything>
  31. )
  32. target_include_directories(restricted-aws-aws-c-auth PUBLIC
  33. ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-auth/include
  34. )
  35. target_link_libraries(restricted-aws-aws-c-auth PUBLIC
  36. contrib-libs-linux-headers
  37. restricted-aws-aws-c-cal
  38. restricted-aws-aws-c-common
  39. restricted-aws-aws-c-http
  40. restricted-aws-aws-c-io
  41. restricted-aws-aws-c-sdkutils
  42. )
  43. target_sources(restricted-aws-aws-c-auth PRIVATE
  44. ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-auth/source/auth.c
  45. ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-auth/source/aws_imds_client.c
  46. ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-auth/source/aws_profile.c
  47. ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-auth/source/aws_signing.c
  48. ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-auth/source/credentials.c
  49. ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-auth/source/credentials_provider_anonymous.c
  50. ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-auth/source/credentials_provider_cached.c
  51. ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-auth/source/credentials_provider_chain.c
  52. ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-auth/source/credentials_provider_cognito.c
  53. ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-auth/source/credentials_provider_default_chain.c
  54. ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-auth/source/credentials_provider_delegate.c
  55. ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-auth/source/credentials_provider_ecs.c
  56. ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-auth/source/credentials_provider_environment.c
  57. ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-auth/source/credentials_provider_imds.c
  58. ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-auth/source/credentials_provider_process.c
  59. ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-auth/source/credentials_provider_profile.c
  60. ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-auth/source/credentials_provider_static.c
  61. ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-auth/source/credentials_provider_sts.c
  62. ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-auth/source/credentials_provider_sts_web_identity.c
  63. ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-auth/source/credentials_provider_x509.c
  64. ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-auth/source/credentials_utils.c
  65. ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-auth/source/key_derivation.c
  66. ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-auth/source/signable.c
  67. ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-auth/source/signable_chunk.c
  68. ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-auth/source/signable_http_request.c
  69. ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-auth/source/signable_trailer.c
  70. ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-auth/source/signing.c
  71. ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-auth/source/signing_config.c
  72. ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-auth/source/signing_result.c
  73. ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-auth/source/sigv4_http_request.c
  74. )