blob: ce9dca655aa0447057a4f350efe064637c82bfe7 (
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
|
LIBRARY()
LICENSE(MIT)
LICENSE_TEXTS(.yandex_meta/licenses.list.txt)
VERSION(2017-06-26-23eecfbe7e84ebf2e229bd02248f431c36e12f1a)
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()
|