ya.make 214 B

123456789101112131415161718192021
  1. LIBRARY()
  2. PEERDIR(
  3. yql/essentials/public/issue
  4. )
  5. SRCS(
  6. tokens.cpp
  7. lexer.h
  8. lexer.cpp
  9. hints.cpp
  10. hints.h
  11. parse_hints_impl.cpp
  12. parse_hints_impl.h
  13. )
  14. END()
  15. RECURSE_FOR_TESTS(
  16. ut
  17. )