nodejs-mozilla/test/js-native-api/test_string/binding.gyp

12 lines
150 B
Python

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