aboutsummaryrefslogtreecommitdiffstats
path: root/yql/essentials/udfs/common/string/ya.make
blob: 11487b3609b3a43d7ec13364fbc6330b60926e1a (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
24
25
26
27
28
29
30
YQL_UDF(string_udf)
    
    YQL_ABI_VERSION(
        2
        37
        0
    )
    
    SRCS(
        string_udf.cpp
    )
    
    PEERDIR(
        yql/essentials/public/udf/arrow
        library/cpp/charset
        library/cpp/deprecated/split
        library/cpp/html/pcdata
        library/cpp/string_utils/base32
        library/cpp/string_utils/base64
        library/cpp/string_utils/levenshtein_diff
        library/cpp/string_utils/quote
    )
    
    END()

RECURSE_FOR_TESTS(
    test
)