Files
Kmake/test/addons/esm-export/binding.gyp

15 lines
323 B
Plaintext
Raw Permalink Normal View History

2026-05-26 23:36:42 -07:00
{
'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'],
},
]
}