node/test/js-native-api/7_factory_wrap/binding.gyp

13 lines
166 B
Python

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