summaryrefslogtreecommitdiffstats
path: root/library/cpp/digest/crc32c/ya.make
blob: e324c587e55f74e52593b7bca2a3c0555b4f758c (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()