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