blob: e8bcc4199b1e9a229c7aa6a6b65fe881b847d3f1 (
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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
|
# 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(quoter_performance_test)
add_subdirectory(ut)
add_library(core-kesus-tablet)
target_link_libraries(core-kesus-tablet PUBLIC
contrib-libs-cxxsupp
yutil
cpp-protobuf-util
ydb-core-actorlib_impl
ydb-core-base
core-engine-minikql
ydb-core-erasure
ydb-core-metering
ydb-core-protos
ydb-core-tablet_flat
ydb-library-time_series_vec
ydb-library-services
)
target_sources(core-kesus-tablet PRIVATE
${CMAKE_SOURCE_DIR}/ydb/core/kesus/tablet/events.cpp
${CMAKE_SOURCE_DIR}/ydb/core/kesus/tablet/probes.cpp
${CMAKE_SOURCE_DIR}/ydb/core/kesus/tablet/quoter_resource_tree.cpp
${CMAKE_SOURCE_DIR}/ydb/core/kesus/tablet/quoter_runtime.cpp
${CMAKE_SOURCE_DIR}/ydb/core/kesus/tablet/rate_accounting.cpp
${CMAKE_SOURCE_DIR}/ydb/core/kesus/tablet/schema.cpp
${CMAKE_SOURCE_DIR}/ydb/core/kesus/tablet/tablet_db.cpp
${CMAKE_SOURCE_DIR}/ydb/core/kesus/tablet/tablet_html.cpp
${CMAKE_SOURCE_DIR}/ydb/core/kesus/tablet/tablet_impl.cpp
${CMAKE_SOURCE_DIR}/ydb/core/kesus/tablet/tablet.cpp
${CMAKE_SOURCE_DIR}/ydb/core/kesus/tablet/tx_config_get.cpp
${CMAKE_SOURCE_DIR}/ydb/core/kesus/tablet/tx_config_set.cpp
${CMAKE_SOURCE_DIR}/ydb/core/kesus/tablet/tx_dummy.cpp
${CMAKE_SOURCE_DIR}/ydb/core/kesus/tablet/tx_init_schema.cpp
${CMAKE_SOURCE_DIR}/ydb/core/kesus/tablet/tx_init.cpp
${CMAKE_SOURCE_DIR}/ydb/core/kesus/tablet/tx_quoter_resource_add.cpp
${CMAKE_SOURCE_DIR}/ydb/core/kesus/tablet/tx_quoter_resource_delete.cpp
${CMAKE_SOURCE_DIR}/ydb/core/kesus/tablet/tx_quoter_resource_describe.cpp
${CMAKE_SOURCE_DIR}/ydb/core/kesus/tablet/tx_quoter_resource_update.cpp
${CMAKE_SOURCE_DIR}/ydb/core/kesus/tablet/tx_self_check.cpp
${CMAKE_SOURCE_DIR}/ydb/core/kesus/tablet/tx_semaphore_acquire.cpp
${CMAKE_SOURCE_DIR}/ydb/core/kesus/tablet/tx_semaphore_create.cpp
${CMAKE_SOURCE_DIR}/ydb/core/kesus/tablet/tx_semaphore_delete.cpp
${CMAKE_SOURCE_DIR}/ydb/core/kesus/tablet/tx_semaphore_describe.cpp
${CMAKE_SOURCE_DIR}/ydb/core/kesus/tablet/tx_semaphore_release.cpp
${CMAKE_SOURCE_DIR}/ydb/core/kesus/tablet/tx_semaphore_timeout.cpp
${CMAKE_SOURCE_DIR}/ydb/core/kesus/tablet/tx_semaphore_update.cpp
${CMAKE_SOURCE_DIR}/ydb/core/kesus/tablet/tx_session_attach.cpp
${CMAKE_SOURCE_DIR}/ydb/core/kesus/tablet/tx_session_destroy.cpp
${CMAKE_SOURCE_DIR}/ydb/core/kesus/tablet/tx_session_detach.cpp
${CMAKE_SOURCE_DIR}/ydb/core/kesus/tablet/tx_session_timeout.cpp
${CMAKE_SOURCE_DIR}/ydb/core/kesus/tablet/tx_sessions_describe.cpp
)
|