aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/libs/xz/common/ya.make
blob: e7c77091b7642af12e6a0b64f1845bb14c09f1f9 (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
OWNER(
    thegeorg
    g:contrib
    g:cpp-contrib
)

# This is a part of xz utils package. Source can be downloaded from
# https://tukaani.org/xz/

LIBRARY()

LICENSE(Public-Domain)

LICENSE_TEXTS(.yandex_meta/licenses.list.txt)

VERSION(5.2.4)

CFLAGS(-DTUKLIB_SYMBOL_PREFIX=lzma_)

ADDINCL(
    contrib/libs/xz
    contrib/libs/xz/common 
)

SRCS(
    tuklib_cpucores.c
)

END()