node/benchmark/napi/ref/binding.gyp

11 lines
110 B
Python

{
'targets': [
{
'target_name': 'addon',
'sources': [
'addon.c'
]
}
]
}