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

PEERDIR(
    contrib/libs/zstd
)

SRCS(
    zstd.cpp
)

END()

RECURSE_FOR_TESTS(
    ut
)