node/test/js-native-api/test_object/binding.gyp

18 lines
254 B
Python

{
"targets": [
{
"target_name": "test_object",
"sources": [
"test_null.c",
"test_object.c"
]
},
{
"target_name": "test_exceptions",
"sources": [
"test_exceptions.c",
]
}
]
}