aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/libs/brotli/dec/ya.make
blob: c510ee5a5d068bcd0ec3928a07c471087776c430 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
LIBRARY() 
 
LICENSE(MIT) 

LICENSE_TEXTS(.yandex_meta/licenses.list.txt)

OWNER(
    pg
    g:contrib
    g:cpp-contrib
)
 
NO_UTIL() 

NO_COMPILER_WARNINGS() 
 
ADDINCL(GLOBAL contrib/libs/brotli/include)

PEERDIR(
    contrib/libs/brotli/common
)

SRCS( 
    bit_reader.c 
    decode.c 
    huffman.c 
    state.c 
) 
 
END()