Adding xxhash.

This commit is contained in:
Ben Vanik
2014-12-23 10:22:14 -08:00
parent 10ea5f1dbe
commit 988dd19bb6
9 changed files with 1961 additions and 0 deletions

18
third_party/xxhash.gypi vendored Normal file
View File

@@ -0,0 +1,18 @@
# Copyright 2014 Ben Vanik. All Rights Reserved.
{
'targets': [
{
'target_name': 'xxhash',
'type': '<(library)',
'include_dirs': [
'xxhash/',
],
'sources': [
'xxhash/xxhash.c',
'xxhash/xxhash.h',
],
}
]
}