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

9 lines
101 B
Plaintext
Raw Normal View History

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