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

9 lines
101 B
Plaintext
Raw Normal View History

2011-12-21 14:03:32 +08:00
{
'targets': [
{
'target_name': 'binding',
'sources': [ 'binding.cc' ]
}
]
}