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

12 lines
146 B
Python

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