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

10 lines
122 B
Plaintext
Raw Normal View History

2011-12-17 06:06:29 +08:00
{
'targets': [
{
'target_name': 'b',
'type': 'static_library',
'sources': ['b.cc'],
},
],
}