2013-01-28 01:49:32 +00:00
|
|
|
# Copyright 2013 Ben Vanik. All Rights Reserved.
|
|
|
|
{
|
|
|
|
'targets': [
|
|
|
|
{
|
|
|
|
'target_name': 'sparsehash',
|
2013-02-02 10:50:56 +00:00
|
|
|
'type': '<(library)',
|
2013-01-28 01:49:32 +00:00
|
|
|
|
|
|
|
'direct_dependent_settings': {
|
|
|
|
'include_dirs': [
|
|
|
|
'sparsehash/src/',
|
|
|
|
],
|
|
|
|
},
|
|
|
|
|
|
|
|
'include_dirs': [
|
|
|
|
'sparsehash/src/',
|
|
|
|
],
|
|
|
|
|
|
|
|
'sources': [
|
|
|
|
],
|
|
|
|
|
|
|
|
'conditions': [
|
|
|
|
['OS == "win"', {
|
|
|
|
'sources!': [
|
|
|
|
'sparsehash/src/windows/port.cc',
|
|
|
|
],
|
|
|
|
}],
|
|
|
|
],
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|