aboutsummaryrefslogtreecommitdiffstats
path: root/yql/essentials/parser/proto_ast/ya.make
blob: 6daae38e176e93fabe23787ca8b330e2da03a868 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
LIBRARY()

PEERDIR(
    contrib/libs/protobuf
    yql/essentials/parser/common
)

END()

RECURSE(
    antlr3
    antlr4
    collect_issues
    gen
)