ocoge/local_modules/ocoge_pigpiod/binding.gyp

10 lines
421 B
Plaintext
Raw Normal View History

2020-01-21 07:10:10 +00:00
{ "targets":
[ { "target_name" : "ocoge_pigpiod"
, "sources" : [ "ocoge_pigpiod.cpp" ]
, "defines" : [ "NAPI_DISABLE_CPP_EXCEPTIONS" ]
, "include_dirs" : [ "<!@(node -p \"require( 'node-addon-api' ).include\")" ]
, "dependencies" : ["<!(node -p \"require('node-addon-api').gyp\")"]
, "libraries" : [ "-lpigpiod_if2", "-lrt" ]
}
]
}