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

PEERDIR(
    library/cpp/blockcodecs
    library/cpp/json
)

SRCS(
    reader.cpp
    writer.cpp
)

END()

RECURSE(
    tests
    ut
)