ya.make 368 B

1234567891011121314151617181920212223242526
  1. LIBRARY()
  2. YQL_ABI_VERSION(2 9 0)
  3. SRCS(
  4. proto_builder.cpp
  5. module.cpp
  6. type_builder.cpp
  7. value_builder.cpp
  8. )
  9. PEERDIR(
  10. contrib/libs/protobuf
  11. library/cpp/protobuf/yql
  12. yql/essentials/public/udf
  13. yql/essentials/minikql
  14. yt/cpp/mapreduce/interface
  15. yt/yt_proto/yt/formats
  16. yt/yt_proto/yt/formats
  17. )
  18. END()
  19. RECURSE_FOR_TESTS(
  20. ut
  21. )