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

OWNER(pg)

PEERDIR(
    contrib/libs/brotli/enc
    contrib/libs/brotli/dec
    library/cpp/blockcodecs/core
)

SRCS(
    GLOBAL brotli.cpp
)

END()