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