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

OWNER(
    bulatman
    g:util
)

PEERDIR(
    contrib/libs/zstd
)

SRCS(
    zstd.cpp
)

END()