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

15 lines
260 B
Python

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