Files
Kmake/benchmark/napi/buffer/binding.gyp
2026-05-26 23:36:42 -07:00

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'
]
}
]
}