CMakeLists.windows-x86_64.txt 2.8 KB

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