node/test/addons/hello-world/binding.gyp

9 lines
101 B
Python

{
'targets': [
{
'target_name': 'binding',
'sources': [ 'binding.cc' ]
}
]
}