Files
Kmake/test/addons/cppgc-object/binding.gyp

10 lines
140 B
Plaintext
Raw Permalink Normal View History

2026-05-26 23:36:42 -07:00
{
'targets': [
{
'target_name': 'binding',
'sources': [ 'binding.cc' ],
'includes': ['../common.gypi'],
}
]
}