node/test/addons/heap-profiler/binding.gyp

11 lines
178 B
Python

{
'targets': [
{
'target_name': 'binding',
'sources': [ 'binding.cc' ],
'win_delay_load_hook': 'false',
'includes': ['../common.gypi'],
}
]
}