aboutsummaryrefslogtreecommitdiffstats
path: root/ydb/services/persqueue_v1/CMakeLists.linux-aarch64.txt
blob: 9761feb12a44fecb8633f5d94378c5d72b448a46 (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
42
43
44
45
# 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_subdirectory(actors)
add_subdirectory(ut)

add_library(ydb-services-persqueue_v1)
target_link_libraries(ydb-services-persqueue_v1 PUBLIC
  contrib-libs-linux-headers
  contrib-libs-cxxsupp
  yutil
  cpp-actors-core
  cpp-containers-disjoint_interval_tree
  library-grpc-server
  ydb-core-base
  ydb-core-grpc_services
  ydb-core-kqp
  ydb-core-persqueue
  core-persqueue-codecs
  core-persqueue-writer
  ydb-core-protos
  ydb-core-ydb_convert
  ydb-library-aclib
  library-persqueue-obfuscate
  library-persqueue-topic_parser
  api-grpc
  api-grpc-draft
  api-protos
  services-lib-actors
  services-lib-sharding
  services-persqueue_v1-actors
)
target_sources(ydb-services-persqueue_v1 PRIVATE
  ${CMAKE_SOURCE_DIR}/ydb/services/persqueue_v1/grpc_pq_read.cpp
  ${CMAKE_SOURCE_DIR}/ydb/services/persqueue_v1/grpc_pq_schema.cpp
  ${CMAKE_SOURCE_DIR}/ydb/services/persqueue_v1/grpc_pq_write.cpp
  ${CMAKE_SOURCE_DIR}/ydb/services/persqueue_v1/persqueue.cpp
  ${CMAKE_SOURCE_DIR}/ydb/services/persqueue_v1/services_initializer.cpp
  ${CMAKE_SOURCE_DIR}/ydb/services/persqueue_v1/topic.cpp
)