ya.make 363 B

123456789101112131415161718192021222324252627
  1. LIBRARY()
  2. SRCS(
  3. codec.h
  4. compare.h
  5. comp_factory.h
  6. context.h
  7. interface.h
  8. interface.cpp
  9. pack.h
  10. parser.h
  11. type_desc.h
  12. utils.h
  13. )
  14. PEERDIR(
  15. util
  16. yql/essentials/ast
  17. yql/essentials/public/udf
  18. yql/essentials/public/udf/arrow
  19. yql/essentials/core/cbo
  20. library/cpp/disjoint_sets
  21. )
  22. YQL_LAST_ABI_VERSION()
  23. END()