blob: ce25e6a23021a4e807520bf321167bb84d88ce7f (
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()
|