node/test/node-api/1_hello_world/binding.gyp

9 lines
100 B
Python

{
"targets": [
{
"target_name": "binding",
"sources": [ "binding.c" ]
}
]
}