Haha-Yes/node_modules/ref/binding.gyp

12 lines
180 B
Text
Raw Normal View History

2018-09-09 21:20:36 +02:00
{
'targets': [
{
'target_name': 'binding',
'sources': [ 'src/binding.cc' ],
'include_dirs': [
'<!(node -e "require(\'nan\')")'
],
}
]
}