aboutsummaryrefslogtreecommitdiffstats
path: root/yql/essentials/ast/ya.make
blob: 04b39457a0fea5ee9c64afed447f614a21099725 (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
LIBRARY()

SRCS(
    yql_ast.cpp
    yql_ast.h
    yql_constraint.cpp
    yql_constraint.h
    yql_ast_annotation.cpp
    yql_ast_annotation.h
    yql_ast_escaping.cpp
    yql_ast_escaping.h
    yql_errors.cpp
    yql_errors.h
    yql_expr.cpp
    yql_expr.h
    yql_expr_builder.cpp
    yql_expr_builder.h
    yql_expr_types.cpp
    yql_expr_types.h
    yql_gc_nodes.cpp
    yql_gc_nodes.h
    yql_type_string.cpp
    yql_type_string.h
)

PEERDIR(
    contrib/libs/openssl
    library/cpp/colorizer
    library/cpp/containers/sorted_vector
    library/cpp/containers/stack_vector
    library/cpp/deprecated/enum_codegen
    library/cpp/enumbitset
    library/cpp/string_utils/levenshtein_diff
    library/cpp/yson
    library/cpp/yson/node
    yql/essentials/public/udf
    yql/essentials/utils
    yql/essentials/utils/fetch
    yql/essentials/core/issue
    yql/essentials/core/url_lister/interface
    yql/essentials/parser/pg_catalog
)

END()

RECURSE_FOR_TESTS(
    ut
)