mirror of
https://github.com/musix-org/musix-oss
synced 2024-11-10 11:20:19 +00:00
12 lines
180 B
Python
12 lines
180 B
Python
{
|
|
'targets': [
|
|
{
|
|
'target_name': 'binding',
|
|
'sources': [ 'src/binding.cc' ],
|
|
'include_dirs': [
|
|
'<!(node -e "require(\'nan\')")'
|
|
],
|
|
}
|
|
]
|
|
}
|