ya.make 182 B

123456789101112131415161718192021
  1. YQL_UDF_CONTRIB(streaming_udf)
  2. YQL_ABI_VERSION(
  3. 2
  4. 27
  5. 0
  6. )
  7. SRCS(
  8. streaming_udf.cpp
  9. )
  10. PEERDIR(
  11. library/cpp/deprecated/kmp
  12. )
  13. END()
  14. RECURSE_FOR_TESTS(
  15. test
  16. )