ya.make 170 B

12345678910111213
  1. LIBRARY()
  2. PEERDIR(
  3. yql/essentials/utils
  4. yql/essentials/parser/proto_ast/antlr3
  5. yql/essentials/parser/proto_ast/gen/v1
  6. )
  7. SRCS(
  8. proto_parser.cpp
  9. )
  10. END()