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

14 lines
207 B
Python

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