ya.make 247 B

1234567891011121314151617181920212223
  1. YQL_UDF_CONTRIB(protobuf_udf)
  2. YQL_ABI_VERSION(
  3. 2
  4. 9
  5. 0
  6. )
  7. SRCS(
  8. protobuf_udf.cpp
  9. )
  10. PEERDIR(
  11. library/cpp/protobuf/yql
  12. yql/essentials/minikql/protobuf_udf
  13. yql/essentials/public/udf
  14. )
  15. END()
  16. RECURSE_FOR_TESTS(
  17. test
  18. )