mirror of
https://github.com/ocogeclub/ocoge.git
synced 2024-11-22 07:39:49 +00:00
13 lines
380 B
Plaintext
13 lines
380 B
Plaintext
|
{
|
||
|
"targets": [
|
||
|
{
|
||
|
"target_name": "lgpio",
|
||
|
"sources": ["lgpio.cpp"],
|
||
|
"defines": ["NAPI_DISABLE_CPP_EXCEPTIONS"],
|
||
|
"include_dirs": ["<!@(node -p \"require( 'node-addon-api' ).include\")"],
|
||
|
"dependencies": ["<!(node -p \"require('node-addon-api').gyp\")"],
|
||
|
"libraries": ["-llgpio"],
|
||
|
}
|
||
|
]
|
||
|
}
|