ya.make 1001 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. LIBRARY()
  2. SRCS(
  3. yql_ast.cpp
  4. yql_ast.h
  5. yql_constraint.cpp
  6. yql_constraint.h
  7. yql_ast_annotation.cpp
  8. yql_ast_annotation.h
  9. yql_ast_escaping.cpp
  10. yql_ast_escaping.h
  11. yql_errors.cpp
  12. yql_errors.h
  13. yql_expr.cpp
  14. yql_expr.h
  15. yql_expr_builder.cpp
  16. yql_expr_builder.h
  17. yql_expr_types.cpp
  18. yql_expr_types.h
  19. yql_gc_nodes.cpp
  20. yql_gc_nodes.h
  21. yql_type_string.cpp
  22. yql_type_string.h
  23. )
  24. PEERDIR(
  25. contrib/libs/openssl
  26. library/cpp/colorizer
  27. library/cpp/containers/sorted_vector
  28. library/cpp/containers/stack_vector
  29. library/cpp/deprecated/enum_codegen
  30. library/cpp/enumbitset
  31. library/cpp/string_utils/levenshtein_diff
  32. library/cpp/yson
  33. library/cpp/yson/node
  34. yql/essentials/public/udf
  35. yql/essentials/utils
  36. yql/essentials/utils/fetch
  37. yql/essentials/core/issue
  38. yql/essentials/core/url_lister/interface
  39. yql/essentials/parser/pg_catalog
  40. )
  41. YQL_LAST_ABI_VERSION()
  42. END()
  43. RECURSE_FOR_TESTS(
  44. ut
  45. )