xenia/third_party/xxhash.gypi

19 lines
279 B
Plaintext
Raw Normal View History

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