summaryrefslogtreecommitdiff
path: root/test/addons/zlib-binding/binding.gyp
blob: 60a9bb82661820b1fe7edb30d9b12f8a5569498e (plain)
1
2
3
4
5
6
7
8
9
{
  'targets': [
    {
      'target_name': 'binding',
      'sources': ['binding.cc'],
      'include_dirs': ['../../../deps/zlib'],
    },
  ]
}