blob: 5e1a631819fd7a7e55ac8c0a3989fdb610e706c6 (
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
|
LIBRARY()
LICENSE(MIT)
LICENSE_TEXTS(.yandex_meta/licenses.list.txt)
VERSION(2017-06-26-23eecfbe7e84ebf2e229bd02248f431c36e12f1a)
OWNER(somov)
ADDINCL(GLOBAL contrib/libs/farmhash/include)
PEERDIR(
contrib/libs/farmhash/arch/sse41
contrib/libs/farmhash/arch/sse42
contrib/libs/farmhash/arch/sse42_aesni
)
NO_COMPILER_WARNINGS()
SRCS(
farmhashuo.cc
farmhashxo.cc
farmhashna.cc
farmhashmk.cc
farmhashcc.cc
farmhash_iface.cc
)
END()
|