73 lines
1020 B
JSON
73 lines
1020 B
JSON
|
{
|
||
|
"options": {
|
||
|
"task": "build"
|
||
|
},
|
||
|
"fields": [
|
||
|
{
|
||
|
"field": "src",
|
||
|
"resolve": true,
|
||
|
"relative": true
|
||
|
},
|
||
|
{
|
||
|
"field": "include",
|
||
|
"resolve": true,
|
||
|
"relative": true
|
||
|
},
|
||
|
{
|
||
|
"field": "libraries",
|
||
|
"resolve": false,
|
||
|
"relative": false
|
||
|
},
|
||
|
{
|
||
|
"field": "libpath",
|
||
|
"resolve": true,
|
||
|
"relative": false
|
||
|
}
|
||
|
],
|
||
|
"confs": [
|
||
|
{
|
||
|
"task": "build",
|
||
|
"src": [
|
||
|
"./src/ramp.c"
|
||
|
],
|
||
|
"include": [
|
||
|
"./include"
|
||
|
],
|
||
|
"libraries": [],
|
||
|
"libpath": [],
|
||
|
"dependencies": [
|
||
|
"@stdlib/math/base/napi/unary",
|
||
|
"@stdlib/math/base/assert/is-nan"
|
||
|
]
|
||
|
},
|
||
|
{
|
||
|
"task": "benchmark",
|
||
|
"src": [
|
||
|
"./src/ramp.c"
|
||
|
],
|
||
|
"include": [
|
||
|
"./include"
|
||
|
],
|
||
|
"libraries": [],
|
||
|
"libpath": [],
|
||
|
"dependencies": [
|
||
|
"@stdlib/math/base/assert/is-nan"
|
||
|
]
|
||
|
},
|
||
|
{
|
||
|
"task": "examples",
|
||
|
"src": [
|
||
|
"./src/ramp.c"
|
||
|
],
|
||
|
"include": [
|
||
|
"./include"
|
||
|
],
|
||
|
"libraries": [],
|
||
|
"libpath": [],
|
||
|
"dependencies": [
|
||
|
"@stdlib/math/base/assert/is-nan"
|
||
|
]
|
||
|
}
|
||
|
]
|
||
|
}
|