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

SRCS(
    bit.h
    compressor.h
    huff.h
    metainfo.h
    lib.cpp
)

END()

RECURSE_FOR_TESTS(
    ut
)