Files
sandbox/nodejs/cpp/binding.gyp
2021-04-25 17:26:14 -05:00

9 lines
106 B
Python

{
"targets": [
{
"target_name": "example",
"sources": ["example_wrap.cxx" ]
}
]
}