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

14 lines
197 B
Python

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