ya.make 200 B

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