aboutsummaryrefslogtreecommitdiffstats
path: root/yql/essentials/sql/v1/proto_parser/antlr3/ya.make
blob: 1200caced99c79c4dd17b73eb32b5d44a6bccb30 (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
)

SRCS(
    proto_parser.cpp
)

END()