15 lines
260 B
Python
15 lines
260 B
Python
{
|
|
'targets': [
|
|
{
|
|
'target_name': 'binding',
|
|
'sources': [ 'binding.cc' ],
|
|
'includes': ['../common.gypi'],
|
|
},
|
|
{
|
|
'target_name': 'binding2',
|
|
'sources': [ 'binding2.cc' ],
|
|
'includes': ['../common.gypi'],
|
|
}
|
|
]
|
|
}
|