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