aboutsummaryrefslogtreecommitdiffstats
path: root/ydb/library/yql/providers/pq/async_io/CMakeLists.linux-aarch64.txt
blob: f9f4e1bc3cb710d1357ecd612be7015c90167a31 (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
# This file was gererated 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(providers-pq-async_io)
target_compile_options(providers-pq-async_io PRIVATE
  -DUSE_CURRENT_UDF_ABI_VERSION
)
target_link_libraries(providers-pq-async_io PUBLIC
  contrib-libs-linux-headers
  contrib-libs-cxxsupp
  yutil
  yql-minikql-computation
  common-token_accessor-client
  yql-public-types
  yql-utils-log
  cpp-client-ydb_driver
  cpp-client-ydb_persqueue_core
  client-ydb_types-credentials
  dq-actors-compute
  providers-pq-proto
)
target_sources(providers-pq-async_io PRIVATE
  ${CMAKE_SOURCE_DIR}/ydb/library/yql/providers/pq/async_io/dq_pq_meta_extractor.cpp
  ${CMAKE_SOURCE_DIR}/ydb/library/yql/providers/pq/async_io/dq_pq_read_actor.cpp
  ${CMAKE_SOURCE_DIR}/ydb/library/yql/providers/pq/async_io/dq_pq_write_actor.cpp
  ${CMAKE_SOURCE_DIR}/ydb/library/yql/providers/pq/async_io/probes.cpp
)