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

13 lines
183 B
Python

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