summaryrefslogtreecommitdiff
path: root/Examples/javascript/pointer/binding.gyp
blob: 54eebfaa0f7f7f5db8fef20d0ae5b2d781815a08 (plain)
1
2
3
4
5
6
7
8
{
  "targets": [
    {
      "target_name": "example",
      "sources": [ "example.cxx", "example_wrap.cxx" ]
    }
  ]
}