Files
Kmake/benchmark/napi/buffer/binding.gyp

19 lines
305 B
Plaintext
Raw Permalink Normal View History

2026-05-26 23:36:42 -07:00
{
'targets': [
{
'target_name': 'binding',
'sources': [ 'binding.cc' ],
'defines': [
'NAPI_EXPERIMENTAL'
]
},
{
'target_name': 'binding_node_api_v8',
'sources': [ 'binding.cc' ],
'defines': [
'NAPI_VERSION=8'
]
}
]
}