summaryrefslogtreecommitdiffstats
path: root/third_party/smhasher
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/smhasher')
-rw-r--r--third_party/smhasher/smhasher.gyp8
1 files changed, 8 insertions, 0 deletions
diff --git a/third_party/smhasher/smhasher.gyp b/third_party/smhasher/smhasher.gyp
index 3f0cbc8..5f0486c 100644
--- a/third_party/smhasher/smhasher.gyp
+++ b/third_party/smhasher/smhasher.gyp
@@ -20,5 +20,13 @@
'src/PMurHash.c',
],
},
+ {
+ 'target_name': 'cityhash',
+ 'type': 'static_library',
+ 'sources': [
+ 'src/City.cpp',
+ 'src/City.h',
+ ],
+ },
],
}