aboutsummaryrefslogtreecommitdiffstats
path: root/yql/essentials/sql/v1/proto_parser/antlr4/ya.make
blob: 769455a99b68dfe46781703950e21a9998ba2ade (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/antlr4
    yql/essentials/parser/proto_ast/gen/v1_antlr4
)

SRCS(
    proto_parser.cpp
)

END()