node/test/addons/no-addons/binding.gyp

10 lines
155 B
Python

{
'targets': [
{
'target_name': 'binding',
'sources': [ '../hello-world/binding.cc' ],
'includes': ['../common.gypi'],
}
]
}