mirror of
https://github.com/fuse-friends/fuse-native
synced 2024-10-27 18:34:01 +00:00
18 lines
363 B
Plaintext
18 lines
363 B
Plaintext
|
{
|
||
|
"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)"
|
||
|
]
|
||
|
}
|
||
|
}
|
||
|
]
|
||
|
}
|