0
0
mirror of https://github.com/nodejs/node.git synced 2024-11-24 20:29:23 +01:00
nodejs/test/js-native-api/8_passing_wrapped/binding.gyp

12 lines
158 B
Plaintext
Raw Normal View History

{
"targets": [
{
"target_name": "8_passing_wrapped",
"sources": [
"8_passing_wrapped.cc",
"myobject.cc"
]
}
]
}