aboutsummaryrefslogtreecommitdiffstats
path: root/yql/essentials/udfs/common/unicode_base/lib/ya.make
blob: 2fda082966772940059c314df8c8a485a0b45f2c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
LIBRARY()

YQL_ABI_VERSION(
    2
    37
    0
)

SRCS(
    unicode_base_udf.cpp
)

PEERDIR(
    library/cpp/deprecated/split
    library/cpp/string_utils/levenshtein_diff
    library/cpp/unicode/normalization
    library/cpp/unicode/set
    yql/essentials/public/udf
    yql/essentials/public/udf/arrow
    yql/essentials/utils
)

END()