aboutsummaryrefslogtreecommitdiff
path: root/binding.gyp
blob: a3ad04d95d5585ab0faba481dfc104bd69aeadff (plain)
1
2
3
4
5
6
7
8
{
  "targets": [
    {
      "target_name": "vkext_flex",
      "sources": [ "index.cpp", "vkext_flex.c", "iconvlite.cpp"]
    }
  ]
}