summaryrefslogtreecommitdiff
path: root/Examples/javascript/variables/binding.gyp.in
blob: cfd4854b00ebe5603e957f0e375537609d13e3a5 (plain)
1
2
3
4
5
6
7
8
9
{
  "targets": [
    {
      "target_name": "example",
      "sources": [ "<!(cp $srcdir/example.c example-gypcopy.cxx && echo example-gypcopy.cxx)", "example_wrap.cxx" ],
      "include_dirs": ["$srcdir"]
    }
  ]
}