-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathBUILD
55 lines (55 loc) · 1.68 KB
/
BUILD
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
[
{ "cc_library": {
"name": "smhasher",
"cc_sources": [ "AvalancheTest.cpp",
"Bitslice.cpp",
"Bitvec.cpp",
"CityTest.cpp",
"City.cpp",
"crc.cpp",
"DifferentialTest.cpp",
"Hashes.cpp",
"KeysetTest.cpp",
"lookup3.cpp",
"md5.cpp",
"MurmurHash1.cpp",
"MurmurHash2.cpp",
"MurmurHash3.cpp",
"Platform.cpp",
"Random.cpp",
"sha1.cpp",
"SpeedTest.cpp",
"Spooky.cpp",
"SpookyTest.cpp",
"Stats.cpp",
"SuperFastHash.cpp",
"Types.cpp",
"PMurHash.c"
],
"cc_headers": [ "Bitvec.h",
"City.h",
"Hashes.h",
"MurmurHash1.h",
"MurmurHash2.h",
"MurmurHash3.h",
"PMurHash.h",
"Platform.h",
"Random.h",
"Spooky.h",
"Stats.h",
"Types.h",
"pstdint.h",
"sha1.h"
],
"gcc" : {
"cc_compile_args": [ "-Wno-error=unused-but-set-variable" ],
"header_compile_args": [ "-Wno-error=strict-aliasing" ]
},
"licenses": [ "http://opensource.org/licenses/mit-license.php" ]
} },
{ "cc_binary": {
"name": "benchmark",
"cc_sources": [ "main.cpp" ],
"dependencies": [ ":smhasher" ]
} }
]