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

12 lines
180 B
Python

{
'targets': [
{
'target_name': 'test_new_target',
'defines': [ 'V8_DEPRECATION_WARNINGS=1' ],
'sources': [
'test_new_target.c'
]
}
]
}