зеркало из https://github.com/Azure/tripwire.git
27 строки
462 B
Python
27 строки
462 B
Python
{
|
|
'targets': [
|
|
{
|
|
'target_name': 'tripwire',
|
|
'sources': [
|
|
'src/tripwire.cc'
|
|
],
|
|
'conditions': [
|
|
['OS=="win"', {
|
|
'sources+': [
|
|
'src/tripwire_win.cc'
|
|
]
|
|
}],
|
|
['OS=="mac"', {
|
|
'sources+': [
|
|
'src/tripwire_mac.cc'
|
|
]
|
|
}],
|
|
['OS=="linux"', {
|
|
'sources+': [
|
|
'src/tripwire_linux.cc'
|
|
]
|
|
}]
|
|
]
|
|
}
|
|
]
|
|
} |