Files
Nodejs-Native-c-Module/binding.gyp

12 lines
181 B
Plaintext
Raw Normal View History

2025-12-25 11:03:04 +01:00
{
'targets': [
{
'target_name': 'binding',
'sources': [ 'binding.cc' ]
},
{
'target_name': 'binding2',
'sources': [ 'binding2.cc' ]
}
]
}