blob: 2172864f2b015f9c21d4b941ced50e001a63dd69 (
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
|
# 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(core-wrappers-events)
target_link_libraries(core-wrappers-events PUBLIC
contrib-libs-linux-headers
contrib-libs-cxxsupp
yutil
libs-aws-sdk-cpp-aws-cpp-sdk-s3
contrib-libs-curl
cpp-actors-core
ydb-core-base
ydb-core-protos
core-wrappers-ut_helpers
)
target_sources(core-wrappers-events PRIVATE
\${CMAKE_SOURCE_DIR}/ydb/core/wrappers/events/common.cpp
\${CMAKE_SOURCE_DIR}/ydb/core/wrappers/events/list_objects.cpp
\${CMAKE_SOURCE_DIR}/ydb/core/wrappers/events/object_exists.cpp
\${CMAKE_SOURCE_DIR}/ydb/core/wrappers/events/delete_objects.cpp
\${CMAKE_SOURCE_DIR}/ydb/core/wrappers/events/s3_out.cpp
\${CMAKE_SOURCE_DIR}/ydb/core/wrappers/events/abstract.cpp
)
|