aboutsummaryrefslogtreecommitdiffstats
path: root/ydb/core/scheme/ya.make
blob: d20674f1237d75371d4241918e3b63ee9641ac1d (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
LIBRARY()

SRCS(
    scheme_borders.cpp
    scheme_tablecell.cpp
    scheme_tabledefs.cpp
    scheme_types_defs.cpp
    scheme_type_info.cpp
    scheme_types_proto.cpp
)

PEERDIR(
    library/cpp/actors/core
    library/cpp/charset
    library/cpp/containers/bitseq
    library/cpp/deprecated/enum_codegen
    library/cpp/yson
    ydb/core/base
    ydb/core/scheme_types
    ydb/core/util
    ydb/library/aclib
    ydb/library/yql/parser/pg_wrapper/interface
    ydb/public/lib/scheme_types
)

END()

RECURSE_FOR_TESTS(
    ut
)