summaryrefslogtreecommitdiff
path: root/test/addons-napi/test_function/binding.gyp
blob: 2b015bddd7d222ca0e2733d360f2ac4fbf2b0fd4 (plain)
1
2
3
4
5
6
7
8
{
  "targets": [
    {
      "target_name": "test_function",
      "sources": [ "test_function.c" ]
    }
  ]
}