node/test/addons/hello-world/binding.gyp
Ryan Dahl 18b92201be Support addons with gyp
Initial pass.
2011-12-20 22:03:35 -08:00

9 lines
101 B
Python

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