mirror of
https://github.com/nodejs/node.git
synced 2024-12-01 16:10:02 +01:00
13 lines
189 B
Plaintext
13 lines
189 B
Plaintext
|
{
|
||
|
'targets': [
|
||
|
{
|
||
|
'target_name': 'napi_binding',
|
||
|
'sources': [ 'napi_binding.c' ]
|
||
|
},
|
||
|
{
|
||
|
'target_name': 'binding',
|
||
|
'sources': [ 'binding.cc' ]
|
||
|
}
|
||
|
]
|
||
|
}
|