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

14 lines
196 B
Python

{
"targets": [
{
"target_name": "test_object",
"sources": [
"../common.c",
"../entry_point.c",
"test_null.c",
"test_object.c"
]
}
]
}