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

PEERDIR(
    contrib/libs/protobuf
)

SRCS(
    common.cpp
)

END()

RECURSE(
    antlr3
    antlr4
    collect_issues
    gen
)