blob: 213b3a8c42e04c626c9f700f983608f3099fecdf (
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
|
# 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(services-persqueue_v1-actors)
target_link_libraries(services-persqueue_v1-actors PUBLIC
contrib-libs-cxxsupp
yutil
cpp-actors-core
cpp-containers-disjoint_interval_tree
ydb-core-base
ydb-core-grpc_services
ydb-core-persqueue
core-persqueue-events
ydb-core-protos
ydb-core-scheme
core-tx-scheme_cache
ydb-library-aclib
library-persqueue-topic_parser
api-protos
public-lib-base
services-lib-actors
)
target_sources(services-persqueue_v1-actors PRIVATE
${CMAKE_SOURCE_DIR}/ydb/services/persqueue_v1/actors/codecs.cpp
${CMAKE_SOURCE_DIR}/ydb/services/persqueue_v1/actors/persqueue_utils.cpp
${CMAKE_SOURCE_DIR}/ydb/services/persqueue_v1/actors/helpers.cpp
${CMAKE_SOURCE_DIR}/ydb/services/persqueue_v1/actors/partition_actor.cpp
${CMAKE_SOURCE_DIR}/ydb/services/persqueue_v1/actors/read_init_auth_actor.cpp
${CMAKE_SOURCE_DIR}/ydb/services/persqueue_v1/actors/read_info_actor.cpp
${CMAKE_SOURCE_DIR}/ydb/services/persqueue_v1/actors/schema_actors.cpp
)
|