ya.make 242 B

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