aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/digest/crc32c/ya.make
blob: d6faf16c9c2090154386a55b475c84cde13bfe4a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
LIBRARY()

#!!!
OWNER(
    ddoarn
    a-romanov
    pg
    gulin
    dcherednik
    g:yamr
    g:rtmr
)

PEERDIR(
    contrib/libs/crcutil
)

SRCS(
    crc32c.cpp
)

END()