19 lines
305 B
Plaintext
19 lines
305 B
Plaintext
|
|
{
|
||
|
|
'targets': [
|
||
|
|
{
|
||
|
|
'target_name': 'binding',
|
||
|
|
'sources': [ 'binding.cc' ],
|
||
|
|
'defines': [
|
||
|
|
'NAPI_EXPERIMENTAL'
|
||
|
|
]
|
||
|
|
},
|
||
|
|
{
|
||
|
|
'target_name': 'binding_node_api_v8',
|
||
|
|
'sources': [ 'binding.cc' ],
|
||
|
|
'defines': [
|
||
|
|
'NAPI_VERSION=8'
|
||
|
|
]
|
||
|
|
}
|
||
|
|
]
|
||
|
|
}
|