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

12 wiersze
179 B
Python

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