mirror of
https://github.com/xenia-project/xenia.git
synced 2025-12-06 07:12:03 +01:00
19 lines
279 B
Python
19 lines
279 B
Python
# Copyright 2014 Ben Vanik. All Rights Reserved.
|
|
{
|
|
'targets': [
|
|
{
|
|
'target_name': 'xxhash',
|
|
'type': '<(library)',
|
|
|
|
'include_dirs': [
|
|
'xxhash/',
|
|
],
|
|
|
|
'sources': [
|
|
'xxhash/xxhash.c',
|
|
'xxhash/xxhash.h',
|
|
],
|
|
}
|
|
]
|
|
}
|