ya.make 515 B

12345678910111213141516171819202122232425262728293031
  1. YQL_UDF_CONTRIB(digest_udf)
  2. YQL_ABI_VERSION(
  3. 2
  4. 28
  5. 0
  6. )
  7. SRCS(
  8. digest_udf.cpp
  9. )
  10. PEERDIR(
  11. contrib/libs/farmhash
  12. contrib/libs/highwayhash
  13. contrib/libs/openssl
  14. contrib/libs/xxhash
  15. library/cpp/digest/argonish
  16. library/cpp/digest/crc32c
  17. library/cpp/digest/md5
  18. library/cpp/digest/old_crc
  19. library/cpp/digest/sfh
  20. )
  21. ADDINCL(contrib/libs/highwayhash)
  22. END()
  23. RECURSE_FOR_TESTS(
  24. test
  25. )