blob: 32c8a641d2d6c387d2466a1d1430a70ac880d4f1 (
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_ansi_antlr4
)
SRCS(
proto_parser.cpp
)
END()
|