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