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

13 lines
177 B
Python

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