aboutsummaryrefslogtreecommitdiffstats
path: root/yql/essentials/udfs/common/digest/ya.make
blob: 9b749787f16e9323159bc8ab36af7987cc2ae7e8 (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
31
YQL_UDF(digest_udf)

    YQL_ABI_VERSION(
        2
        28
        0
    )

    SRCS(
        digest_udf.cpp
    )

    PEERDIR(
        contrib/libs/farmhash
        contrib/libs/highwayhash
        contrib/libs/openssl
        contrib/libs/xxhash
        library/cpp/digest/argonish
        library/cpp/digest/crc32c
        library/cpp/digest/md5
        library/cpp/digest/old_crc
        library/cpp/digest/sfh
    )

    ADDINCL(contrib/libs/highwayhash)

    END()

RECURSE_FOR_TESTS(
    test
)