node/tools/gyp/test/relative/foo/b/b.gyp

10 lines
122 B
Python

{
'targets': [
{
'target_name': 'b',
'type': 'static_library',
'sources': ['b.cc'],
},
],
}