ya.make 230 B

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