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