forked from LeenkxTeam/Kmake
15 lines
323 B
Python
15 lines
323 B
Python
{
|
|
'targets': [
|
|
{
|
|
'target_name': 'binding-export-default',
|
|
'sources': [ 'binding-export-default.cc' ],
|
|
'includes': ['../common.gypi'],
|
|
},
|
|
{
|
|
'target_name': 'binding-export-primitive',
|
|
'sources': [ 'binding-export-primitive.cc' ],
|
|
'includes': ['../common.gypi'],
|
|
},
|
|
]
|
|
}
|