aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/streams/zstd/ya.make
blob: 3de497d6262d18fc7beb2b507c17e99d22a53070 (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()