aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/blockcodecs/codecs/brotli/ya.make
blob: dfe81fa403d1dcc0d9f6a1e1adcc195b8bbfcaf7 (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()