node/test/js-native-api/5_function_factory/binding.gyp

12 lines
142 B
Python

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