aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/libs/brotli/common/ya.make
blob: d3f17570902cf7b2a9c5ac7921d494532b69f2c2 (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
LIBRARY()

LICENSE(MIT)

LICENSE_TEXTS(.yandex_meta/licenses.list.txt)

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

NO_UTIL()

NO_COMPILER_WARNINGS()

ADDINCL(contrib/libs/brotli/include)

SRCS(
    dictionary.c
    transform.c
)

CFLAGS(-DBROTLI_BUILD_PORTABLE)

END()