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