aboutsummaryrefslogtreecommitdiffstats
path: root/yql/essentials/sql/v1/proto_parser/ya.make
blob: edb24868baf7a276c8c324641d3cde37f27a911f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
LIBRARY()

PEERDIR(
    yql/essentials/utils
    yql/essentials/ast

    yql/essentials/parser/proto_ast/antlr3
    yql/essentials/parser/proto_ast/antlr4
    yql/essentials/parser/proto_ast/collect_issues
    yql/essentials/parser/proto_ast/gen/v1
    yql/essentials/parser/proto_ast/gen/v1_ansi
    yql/essentials/parser/proto_ast/gen/v1_proto_split
    yql/essentials/parser/proto_ast/gen/v1_antlr4
    yql/essentials/parser/proto_ast/gen/v1_ansi_antlr4
)

SRCS(
    proto_parser.cpp
)

END()