node-gyp/test/node_modules/hello_napi/binding.gyp

8 lines
97 B
Python

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