binding.gyp 180 B

1234567891011
  1. {
  2. 'targets': [
  3. {
  4. 'target_name': 'binding',
  5. 'sources': [ 'src/binding.cc' ],
  6. 'include_dirs': [
  7. '<!(node -e "require(\'nan\')")'
  8. ],
  9. }
  10. ]
  11. }