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