aboutsummaryrefslogtreecommitdiffstats
path: root/yql/essentials/udfs/common/digest/ya.make
blob: aa9c164770d63d9f1a9937fb6388b7db98aab99f (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_CONTRIB(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
)