summaryrefslogtreecommitdiff
path: root/test/js-native-api/test_string/binding.gyp
blob: 8b0f3e33543d398ca99272162fe4c956e091aed4 (plain)
1
2
3
4
5
6
7
8
9
10
11
{
  "targets": [
    {
      "target_name": "test_string",
      "sources": [
        "../entry_point.c",
        "test_string.c"
      ]
    }
  ]
}