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

15 lines
204 B
Python

{
"targets": [
{
"target_name": "test_string",
"sources": [
"test_string.c",
"test_null.c",
],
"defines": [
"NAPI_VERSION=10",
],
},
],
}