summaryrefslogtreecommitdiff
path: root/test/addons/hello-world-function-export/binding.gyp
blob: 55fbe7050f18e4455c16bf75569578acd15c3797 (plain)
1
2
3
4
5
6
7
8
9
{
  'targets': [
    {
      'target_name': 'binding',
      'sources': [ 'binding.cc' ],
      'includes': ['../common.gypi'],
    }
  ]
}