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

10 lines
155 B
Python

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