aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/blockcodecs/codecs/zstd/ya.make
blob: 67435b71b2a42807ad1a6247e18789791be0d04a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
LIBRARY() 
 
OWNER(pg) 
 
PEERDIR( 
    contrib/libs/zstd 
    library/cpp/blockcodecs/core
) 
 
SRCS( 
    GLOBAL zstd.cpp 
) 
 
END()