aboutsummaryrefslogtreecommitdiffstats
path: root/yt/cpp/mapreduce/io/CMakeLists.darwin-arm64.txt
blob: b4488283125c9257b2461fab64d43adcef7c10ea (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
# This file was generated by the build system used internally in the Yandex monorepo.
# Only simple modifications are allowed (adding source-files to targets, adding simple properties
# like target_include_directories). These modifications will be ported to original
# ya.make files by maintainers. Any complex modifications which can't be ported back to the
# original buildsystem will not be accepted.



add_library(cpp-mapreduce-io)
target_compile_options(cpp-mapreduce-io PRIVATE
  -Wdeprecated-this-capture
)
target_link_libraries(cpp-mapreduce-io PUBLIC
  contrib-libs-cxxsupp
  yutil
  contrib-libs-protobuf
  library-cpp-yson
  cpp-mapreduce-common
  cpp-mapreduce-interface
  mapreduce-interface-logging
  yt_proto-yt-formats
  cpp-yson-node
  cpp-mapreduce-skiff
)
target_sources(cpp-mapreduce-io PRIVATE
  ${CMAKE_SOURCE_DIR}/yt/cpp/mapreduce/io/counting_raw_reader.cpp
  ${CMAKE_SOURCE_DIR}/yt/cpp/mapreduce/io/job_reader.cpp
  ${CMAKE_SOURCE_DIR}/yt/cpp/mapreduce/io/job_writer.cpp
  ${CMAKE_SOURCE_DIR}/yt/cpp/mapreduce/io/lenval_table_reader.cpp
  ${CMAKE_SOURCE_DIR}/yt/cpp/mapreduce/io/node_table_reader.cpp
  ${CMAKE_SOURCE_DIR}/yt/cpp/mapreduce/io/node_table_writer.cpp
  ${CMAKE_SOURCE_DIR}/yt/cpp/mapreduce/io/proto_helpers.cpp
  ${CMAKE_SOURCE_DIR}/yt/cpp/mapreduce/io/proto_table_reader.cpp
  ${CMAKE_SOURCE_DIR}/yt/cpp/mapreduce/io/proto_table_writer.cpp
  ${CMAKE_SOURCE_DIR}/yt/cpp/mapreduce/io/skiff_row_table_reader.cpp
  ${CMAKE_SOURCE_DIR}/yt/cpp/mapreduce/io/skiff_table_reader.cpp
  ${CMAKE_SOURCE_DIR}/yt/cpp/mapreduce/io/stream_raw_reader.cpp
  ${CMAKE_SOURCE_DIR}/yt/cpp/mapreduce/io/yamr_table_reader.cpp
  ${CMAKE_SOURCE_DIR}/yt/cpp/mapreduce/io/yamr_table_writer.cpp
)