aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/blockcodecs/codecs/zlib/ya.make
blob: 488d7da047f95633dfac1cb191c231e8ac24241c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
LIBRARY()

OWNER(pg)

PEERDIR(
    contrib/libs/zlib
    library/cpp/blockcodecs/core 
)

SRCS(
    GLOBAL zlib.cpp
)

END()