You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
fuse-friends_fuse-native/binding.gyp

18 lines
396 B

{
"targets": [
{
"target_name": "fuse_bindings",
"sources": [ "fuse-bindings.cc", "abstractions.cc" ],
"include_dirs": [
"<!(node -e \"require('nan')\")",
"<!@(pkg-config fuse --cflags-only-I | sed s/-I//g)"
],
"link_settings": {
"libraries": [
"<!@(pkg-config --libs-only-L --libs-only-l fuse)"
]
}
}
]
}