summaryrefslogtreecommitdiff
path: root/Examples/javascript/nspace/binding.gyp.in
blob: 59779aef430b974a7f47bedba04acada5dccaab5 (plain)
1
2
3
4
5
6
7
8
9
{
  "targets": [
    {
      "target_name": "example",
      "sources": [ "example_wrap.cxx" ],
      "include_dirs": ["$srcdir"]
    }
  ]
}