You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
442 B

  1. {
  2. 'targets': [
  3. {
  4. 'target_name': 'validation',
  5. 'include_dirs': ["<!(node -p -e \"require('path').dirname(require.resolve('nan'))\")"],
  6. 'cflags': [ '-O3' ],
  7. 'sources': [ 'src/validation.cc' ]
  8. },
  9. {
  10. 'target_name': 'bufferutil',
  11. 'include_dirs': ["<!(node -p -e \"require('path').dirname(require.resolve('nan'))\")"],
  12. 'cflags': [ '-O3' ],
  13. 'sources': [ 'src/bufferutil.cc' ]
  14. }
  15. ]
  16. }