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