nodejs-mozilla/test/js-native-api/8_passing_wrapped/binding.gyp

13 lines
166 B
Python

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