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

#!!!
PEERDIR(
    contrib/libs/crcutil
)

SRCS(
    crc32c.cpp
)

END()

RECURSE_FOR_TESTS(
    ut
)