Rust-Programming-Cookbook/Chapter08/node-to-rust/node_modules/ref/binding.gyp

12 wiersze
180 B
Python

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