aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/streams/lzma/ya.make
blob: dc96e8b7fe2129ca8515f2b509251b79b549a12f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
LIBRARY() 
 
OWNER( 
    pg 
    g:util
) 
 
PEERDIR( 
    contrib/libs/lzmasdk 
) 
 
SRCS( 
    lzma.cpp 
) 
 
END()