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

10 lines
145 B
Python

{
'targets': [
{
'target_name': 'binding',
'sources': [ 'not_a_binding.c' ],
'includes': ['../common.gypi'],
}
]
}