aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/streams/lzma/ya.make
blob: 817c9b15ea616327575dedc3fcfaca58fca598db (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()