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

PEERDIR(
    yql/essentials/utils
    yql/essentials/parser/proto_ast/collect_issues
)

SRCS(
    proto_parser.cpp
)

END()

RECURSE(
    antlr3
    antlr3_ansi
    antlr4
    antlr4_ansi
)