1
third_party/sparsehash
vendored
Submodule
1
third_party/sparsehash
vendored
Submodule
Submodule third_party/sparsehash added at 09af64be1e
30
third_party/sparsehash.gypi
vendored
Normal file
30
third_party/sparsehash.gypi
vendored
Normal file
@@ -0,0 +1,30 @@
|
||||
# Copyright 2013 Ben Vanik. All Rights Reserved.
|
||||
{
|
||||
'targets': [
|
||||
{
|
||||
'target_name': 'sparsehash',
|
||||
'type': 'static_library',
|
||||
|
||||
'direct_dependent_settings': {
|
||||
'include_dirs': [
|
||||
'sparsehash/src/',
|
||||
],
|
||||
},
|
||||
|
||||
'include_dirs': [
|
||||
'sparsehash/src/',
|
||||
],
|
||||
|
||||
'sources': [
|
||||
],
|
||||
|
||||
'conditions': [
|
||||
['OS == "win"', {
|
||||
'sources!': [
|
||||
'sparsehash/src/windows/port.cc',
|
||||
],
|
||||
}],
|
||||
],
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user