summaryrefslogtreecommitdiff
path: root/tests/registry/npm/@denotest/node-addon-implicit-node-gyp/1.0.0/binding.gyp
blob: 5f32930641224dbb002c55c6772347fd8a029302 (plain)
1
2
3
4
5
6
7
8
{
  'targets': [
    {
      'target_name': 'node_addon',
      'sources': [ 'src/binding.cc' ]
    }
  ]
}