1
0
mirror of https://github.com/fuse-friends/fuse-native synced 2024-10-27 18:34:01 +00:00
fuse-friends_fuse-native/binding.gyp

18 lines
363 B
Plaintext
Raw Normal View History

2015-03-12 02:11:29 +00:00
{
"targets": [
{
"target_name": "fuse_bindings",
"sources": [ "fuse-bindings.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 fuse)"
]
}
}
]
}