aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/libs/xxhash/ya.make
blob: c447a5ce5f00158267b8aefdf9d221ad0420cff2 (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
# Generated by devtools/yamaker from nixpkgs 5852a21819542e6809f68ba5a798600e69874e76. 
 
LIBRARY() 
 
OWNER(
    orivej
    g:cpp-contrib
)
 
VERSION(0.8.0) 
 
ORIGINAL_SOURCE(https://github.com/Cyan4973/xxHash/archive/v0.8.0.tar.gz) 
 
LICENSE(BSD-2-Clause) 
 
LICENSE_TEXTS(.yandex_meta/licenses.list.txt)

NO_COMPILER_WARNINGS() 
 
NO_RUNTIME() 
 
SRCS( 
    xxhash.c 
) 
 
END()