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

12 lines
150 B
Python

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