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