aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/libs/lz4/ya.make
blob: 7953916f33638f848270c7a3e7ab7a8f53935583 (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
30
31
32
33
34
35
36
37
# Generated by devtools/yamaker from nixpkgs 5852a21819542e6809f68ba5a798600e69874e76.
 
LIBRARY()

OWNER(
    orivej
    g:cpp-contrib
)

VERSION(1.9.3)

ORIGINAL_SOURCE(https://github.com/lz4/lz4/archive/v1.9.3.tar.gz)

LICENSE(
    BSD-2-Clause AND
    BSD-3-Clause
)

LICENSE_TEXTS(.yandex_meta/licenses.list.txt)

PEERDIR(
    contrib/libs/xxhash
)
 
ADDINCL(
    contrib/libs/xxhash
)

NO_RUNTIME()

SRCS( 
    lz4.c 
    lz4frame.c
    lz4hc.c 
) 
 
END()