ya.make 272 B

12345678910111213141516171819202122
  1. LIBRARY()
  2. SRCS(
  3. yql_dq_integration.cpp
  4. yql_dq_optimization.cpp
  5. )
  6. PEERDIR(
  7. contrib/libs/protobuf
  8. library/cpp/yson
  9. yql/essentials/ast
  10. yql/essentials/core
  11. yql/essentials/core/expr_nodes
  12. )
  13. YQL_LAST_ABI_VERSION()
  14. END()
  15. RECURSE(
  16. transform
  17. )