roc/examples/typescript-interop/binding.gyp
2023-03-16 08:20:23 -04:00

8 lines
No EOL
95 B
Python

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