CMakeLists.linux-aarch64.txt 3.0 KB

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