forked from LeenkxTeam/Kmake
19 lines
305 B
Python
19 lines
305 B
Python
{
|
|
'targets': [
|
|
{
|
|
'target_name': 'binding',
|
|
'sources': [ 'binding.cc' ],
|
|
'defines': [
|
|
'NAPI_EXPERIMENTAL'
|
|
]
|
|
},
|
|
{
|
|
'target_name': 'binding_node_api_v8',
|
|
'sources': [ 'binding.cc' ],
|
|
'defines': [
|
|
'NAPI_VERSION=8'
|
|
]
|
|
}
|
|
]
|
|
}
|