blob: 516b2bbc707e5aa8c2f2461655c80874d0d7d656 (
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
|
# 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(impl)
add_subdirectory(query_stats)
get_built_tool_path(
TOOL_enum_parser_bin
TOOL_enum_parser_dependency
tools/enum_parser/enum_parser
enum_parser
)
add_library(cpp-client-ydb_table)
target_link_libraries(cpp-client-ydb_table PUBLIC
contrib-libs-linux-headers
contrib-libs-cxxsupp
yutil
tools-enum_parser-enum_serialization_runtime
api-protos
impl-ydb_internal-make_request
impl-ydb_internal-kqp_session_common
impl-ydb_internal-retry
cpp-client-ydb_driver
cpp-client-ydb_params
cpp-client-ydb_proto
cpp-client-ydb_result
cpp-client-ydb_scheme
client-ydb_table-impl
client-ydb_table-query_stats
client-ydb_types-operation
cpp-client-ydb_value
)
target_sources(cpp-client-ydb_table PRIVATE
${CMAKE_SOURCE_DIR}/ydb/public/sdk/cpp/client/ydb_table/table.cpp
${CMAKE_SOURCE_DIR}/ydb/public/sdk/cpp/client/ydb_table/proto_accessor.cpp
)
generate_enum_serilization(cpp-client-ydb_table
${CMAKE_SOURCE_DIR}/ydb/public/sdk/cpp/client/ydb_table/table_enum.h
INCLUDE_HEADERS
ydb/public/sdk/cpp/client/ydb_table/table_enum.h
)
|