Adding xxhash.
This commit is contained in:
18
third_party/xxhash.gypi
vendored
Normal file
18
third_party/xxhash.gypi
vendored
Normal 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',
|
||||
],
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user