File: binding.gyp

package info (click to toggle)
node-websocket 1.0.19-1~bpo8%2B1
  • links: PTS, VCS
  • area: main
  • in suites: jessie-backports
  • size: 524 kB
  • sloc: cpp: 212; makefile: 24
file content (16 lines) | stat: -rw-r--r-- 374 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
  'targets': [
    {
      'target_name': 'validation',
      'include_dirs': ["<!(nodejs -e \"require('nan')\")"],
      'cflags': [ '-O3' ],
      'sources': [ 'src/validation.cc' ]
    },
    {
      'target_name': 'bufferutil',
      'include_dirs': ["<!(nodejs -e \"require('nan')\")"],
      'cflags': [ '-O3' ],
      'sources': [ 'src/bufferutil.cc' ]
    }
  ]
}