node/test/addons-napi/test_warning/binding.gyp

13 lines
200 B
Python

{
"targets": [
{
"target_name": "test_warning",
"sources": [ "test_warning.c" ]
},
{
"target_name": "test_warning2",
"sources": [ "test_warning2.c" ]
}
]
}