blob: 2b2edaa3b9b01b3722fadc598c810f47c66b5932 (
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
|
LIBRARY()
SRCS(
scheme_borders.cpp
scheme_tablecell.cpp
scheme_tabledefs.cpp
scheme_types_defs.cpp
scheme_type_info.cpp
scheme_types_proto.cpp
scheme_pathid.cpp
)
PEERDIR(
ydb/library/actors/core
library/cpp/charset
library/cpp/containers/bitseq
library/cpp/deprecated/enum_codegen
library/cpp/yson
ydb/core/scheme/protos
ydb/core/scheme_types
ydb/library/aclib
ydb/library/yql/parser/pg_wrapper/interface
ydb/public/lib/scheme_types
# temporary.
ydb/library/pretty_types_print/protobuf
library/cpp/lwtrace/mon
)
END()
RECURSE_FOR_TESTS(
ut
)
|