CMakeLists.linux-aarch64.txt 5.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  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-common)
  7. target_compile_options(restricted-aws-aws-c-common PRIVATE
  8. -DAWS_COMMON_USE_IMPORT_EXPORT
  9. -DAWS_PTHREAD_SETNAME_TAKES_2ARGS
  10. -DCJSON_HIDE_SYMBOLS
  11. -DHAVE_SYSCONF
  12. -DAWS_AFFINITY_METHOD=AWS_AFFINITY_METHOD_PTHREAD_ATTR
  13. $<IF:$<CXX_COMPILER_ID:MSVC>,,-Wno-everything>
  14. )
  15. target_include_directories(restricted-aws-aws-c-common PUBLIC
  16. ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-common/generated/include
  17. ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-common/include
  18. )
  19. target_link_libraries(restricted-aws-aws-c-common PUBLIC
  20. contrib-libs-linux-headers
  21. )
  22. target_sources(restricted-aws-aws-c-common PRIVATE
  23. ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-common/source/allocator.c
  24. ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-common/source/allocator_sba.c
  25. ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-common/source/array_list.c
  26. ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-common/source/assert.c
  27. ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-common/source/bus.c
  28. ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-common/source/byte_buf.c
  29. ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-common/source/cache.c
  30. ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-common/source/codegen.c
  31. ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-common/source/command_line_parser.c
  32. ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-common/source/common.c
  33. ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-common/source/condition_variable.c
  34. ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-common/source/date_time.c
  35. ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-common/source/device_random.c
  36. ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-common/source/encoding.c
  37. ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-common/source/error.c
  38. ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-common/source/external/cJSON.c
  39. ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-common/source/fifo_cache.c
  40. ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-common/source/file.c
  41. ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-common/source/hash_table.c
  42. ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-common/source/json.c
  43. ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-common/source/lifo_cache.c
  44. ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-common/source/linked_hash_table.c
  45. ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-common/source/log_channel.c
  46. ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-common/source/log_formatter.c
  47. ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-common/source/log_writer.c
  48. ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-common/source/logging.c
  49. ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-common/source/lru_cache.c
  50. ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-common/source/math.c
  51. ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-common/source/memtrace.c
  52. ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-common/source/posix/clock.c
  53. ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-common/source/posix/condition_variable.c
  54. ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-common/source/posix/device_random.c
  55. ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-common/source/posix/environment.c
  56. ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-common/source/posix/file.c
  57. ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-common/source/posix/mutex.c
  58. ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-common/source/posix/process.c
  59. ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-common/source/posix/rw_lock.c
  60. ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-common/source/posix/system_info.c
  61. ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-common/source/posix/thread.c
  62. ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-common/source/posix/time.c
  63. ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-common/source/priority_queue.c
  64. ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-common/source/process_common.c
  65. ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-common/source/promise.c
  66. ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-common/source/ref_count.c
  67. ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-common/source/ring_buffer.c
  68. ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-common/source/statistics.c
  69. ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-common/source/string.c
  70. ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-common/source/task_scheduler.c
  71. ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-common/source/thread_scheduler.c
  72. ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-common/source/thread_shared.c
  73. ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-common/source/uri.c
  74. ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-common/source/uuid.c
  75. ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-common/source/xml_parser.c
  76. ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-common/source/arch/arm/asm/cpuid.c
  77. )