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

12 lines
152 B
Python

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