aboutsummaryrefslogtreecommitdiffstats
path: root/node_modules/node-addon-api/node_api.gyp
blob: 4ff0ae7df3abb2a17e47db0075c5119ef1028e89 (plain)
1
2
3
4
5
6
7
8
9
{
  'targets': [
    {
      'target_name': 'nothing',
      'type': 'static_library',
      'sources': [ 'nothing.c' ]
    }
  ]
}