summaryrefslogtreecommitdiffstats
path: root/yql/essentials/udfs/common/string/ya.make
blob: bd83c78b8c1d4df2d6aa5d054a81daf4ea61f742 (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_CONTRIB(string_udf)
    
    YQL_ABI_VERSION(
        2
        43
        0
    )
    
    SRCS(
        string_udf.cpp
    )
    
    PEERDIR(
        yql/essentials/public/langver
        yql/essentials/public/udf/arrow
        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
)