ya.make 164 B

123456789101112131415161718
  1. LIBRARY()
  2. SRCS(
  3. yql_expr_nodes_gen.h
  4. yql_expr_nodes_gen.cpp
  5. )
  6. PEERDIR(
  7. yql/essentials/ast
  8. yql/essentials/public/udf
  9. )
  10. END()
  11. RECURSE(
  12. gen
  13. )