CMakeLists.darwin-arm64.txt 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  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. get_built_tool_path(
  7. TOOL_enum_parser_bin
  8. TOOL_enum_parser_dependency
  9. tools/enum_parser/enum_parser
  10. enum_parser
  11. )
  12. add_library(cpp-mapreduce-client)
  13. target_compile_options(cpp-mapreduce-client PRIVATE
  14. -Wdeprecated-this-capture
  15. )
  16. target_link_libraries(cpp-mapreduce-client PUBLIC
  17. contrib-libs-cxxsupp
  18. yutil
  19. cpp-digest-md5
  20. library-cpp-sighandler
  21. cpp-threading-blocking_queue
  22. cpp-threading-future
  23. library-cpp-type_info
  24. library-cpp-yson
  25. cpp-mapreduce-common
  26. cpp-mapreduce-http
  27. cpp-mapreduce-interface
  28. cpp-mapreduce-io
  29. mapreduce-library-table_schema
  30. cpp-mapreduce-raw_client
  31. yt-yt-core
  32. yt-core-http
  33. tools-enum_parser-enum_serialization_runtime
  34. )
  35. target_sources(cpp-mapreduce-client PRIVATE
  36. ${CMAKE_SOURCE_DIR}/yt/cpp/mapreduce/client/abortable_registry.cpp
  37. ${CMAKE_SOURCE_DIR}/yt/cpp/mapreduce/client/batch_request_impl.cpp
  38. ${CMAKE_SOURCE_DIR}/yt/cpp/mapreduce/client/client_reader.cpp
  39. ${CMAKE_SOURCE_DIR}/yt/cpp/mapreduce/client/client_writer.cpp
  40. ${CMAKE_SOURCE_DIR}/yt/cpp/mapreduce/client/client.cpp
  41. ${CMAKE_SOURCE_DIR}/yt/cpp/mapreduce/client/file_reader.cpp
  42. ${CMAKE_SOURCE_DIR}/yt/cpp/mapreduce/client/file_writer.cpp
  43. ${CMAKE_SOURCE_DIR}/yt/cpp/mapreduce/client/format_hints.cpp
  44. ${CMAKE_SOURCE_DIR}/yt/cpp/mapreduce/client/init.cpp
  45. ${CMAKE_SOURCE_DIR}/yt/cpp/mapreduce/client/lock.cpp
  46. ${CMAKE_SOURCE_DIR}/yt/cpp/mapreduce/client/operation_helpers.cpp
  47. ${CMAKE_SOURCE_DIR}/yt/cpp/mapreduce/client/operation_preparer.cpp
  48. ${CMAKE_SOURCE_DIR}/yt/cpp/mapreduce/client/operation_tracker.cpp
  49. ${CMAKE_SOURCE_DIR}/yt/cpp/mapreduce/client/operation.cpp
  50. ${CMAKE_SOURCE_DIR}/yt/cpp/mapreduce/client/prepare_operation.cpp
  51. ${CMAKE_SOURCE_DIR}/yt/cpp/mapreduce/client/py_helpers.cpp
  52. ${CMAKE_SOURCE_DIR}/yt/cpp/mapreduce/client/retry_heavy_write_request.cpp
  53. ${CMAKE_SOURCE_DIR}/yt/cpp/mapreduce/client/retry_transaction.cpp
  54. ${CMAKE_SOURCE_DIR}/yt/cpp/mapreduce/client/retryful_writer.cpp
  55. ${CMAKE_SOURCE_DIR}/yt/cpp/mapreduce/client/retryful_writer_v2.cpp
  56. ${CMAKE_SOURCE_DIR}/yt/cpp/mapreduce/client/retryless_writer.cpp
  57. ${CMAKE_SOURCE_DIR}/yt/cpp/mapreduce/client/skiff.cpp
  58. ${CMAKE_SOURCE_DIR}/yt/cpp/mapreduce/client/structured_table_formats.cpp
  59. ${CMAKE_SOURCE_DIR}/yt/cpp/mapreduce/client/transaction.cpp
  60. ${CMAKE_SOURCE_DIR}/yt/cpp/mapreduce/client/transaction_pinger.cpp
  61. ${CMAKE_SOURCE_DIR}/yt/cpp/mapreduce/client/yt_poller.cpp
  62. ${CMAKE_SOURCE_DIR}/yt/cpp/mapreduce/client/dummy_job_profiler.cpp
  63. )
  64. generate_enum_serilization(cpp-mapreduce-client
  65. ${CMAKE_SOURCE_DIR}/yt/cpp/mapreduce/client/structured_table_formats.h
  66. INCLUDE_HEADERS
  67. yt/cpp/mapreduce/client/structured_table_formats.h
  68. )