Files
Kmake/test/js-native-api/test_string/binding.gyp
2026-05-26 23:36:42 -07:00

15 lines
204 B
Python

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