ya.make 338 B

1234567891011121314151617181920212223
  1. LIBRARY()
  2. YQL_ABI_VERSION(
  3. 2
  4. 37
  5. 0
  6. )
  7. SRCS(
  8. unicode_base_udf.cpp
  9. )
  10. PEERDIR(
  11. library/cpp/deprecated/split
  12. library/cpp/string_utils/levenshtein_diff
  13. library/cpp/unicode/normalization
  14. library/cpp/unicode/set
  15. yql/essentials/public/udf
  16. yql/essentials/public/udf/arrow
  17. yql/essentials/utils
  18. )
  19. END()