ya.make 142 B

123456789101112131415161718
  1. LIBRARY()
  2. YQL_ABI_VERSION(
  3. 2
  4. 28
  5. 0
  6. )
  7. SRCS(
  8. static_udf.cpp
  9. topfreq.cpp
  10. )
  11. PEERDIR(
  12. yql/essentials/public/udf
  13. )
  14. END()