aboutsummaryrefslogtreecommitdiffstats
path: root/yql/essentials/sql/v1/proto_parser/antlr3_ansi/ya.make
blob: ce8b3f7917a35faeff1f263ddbe84762843e3fb0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
LIBRARY()

PEERDIR(
    yql/essentials/utils
    yql/essentials/parser/proto_ast/antlr3
    yql/essentials/parser/proto_ast/gen/v1_ansi
)

SRCS(
    proto_parser.cpp
)

END()