node/test/addons/not-a-binding/binding.gyp

9 lines
106 B
Python

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