CMakeLists.darwin-arm64.txt 5.2 KB

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