forked from LeenkxTeam/Kmake
13 lines
189 B
Python
13 lines
189 B
Python
{
|
|
'targets': [
|
|
{
|
|
'target_name': 'napi_binding',
|
|
'sources': [ 'napi_binding.c' ]
|
|
},
|
|
{
|
|
'target_name': 'binding',
|
|
'sources': [ 'binding.cc' ]
|
|
}
|
|
]
|
|
}
|