summaryrefslogtreecommitdiff
path: root/deps/gyp/test/relative/foo/b/b.gyp
blob: 0ebe4533d3f3f7965fdc9943310e7d24a9e3c47f (plain)
1
2
3
4
5
6
7
8
9
{
  'targets': [
    {
      'target_name': 'b',
      'type': 'static_library',
      'sources': ['b.cc'],
    },
  ],
}