Files
Kmake/test/addons/esm-export/binding.gyp
2026-05-26 23:36:42 -07:00

15 lines
323 B
Python

{
'targets': [
{
'target_name': 'binding-export-default',
'sources': [ 'binding-export-default.cc' ],
'includes': ['../common.gypi'],
},
{
'target_name': 'binding-export-primitive',
'sources': [ 'binding-export-primitive.cc' ],
'includes': ['../common.gypi'],
},
]
}