1
0
mirror of https://github.com/musix-org/musix-oss synced 2024-11-10 11:20:19 +00:00
musix-oss/node_modules/ref/binding.gyp
2019-10-10 16:43:04 +03:00

12 lines
180 B
Python

{
'targets': [
{
'target_name': 'binding',
'sources': [ 'src/binding.cc' ],
'include_dirs': [
'<!(node -e "require(\'nan\')")'
],
}
]
}