Skip to content

Commit

Permalink
fix: add C examples deps
Browse files Browse the repository at this point in the history
  • Loading branch information
headlessNode committed Oct 4, 2024
1 parent f45d795 commit 547ec5b
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions lib/node_modules/@stdlib/blas/ext/base/dnanasum/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,22 @@
"@stdlib/strided/base/stride2offset"
]
},
{
"task": "examples",
"src": [
"./src/main.c"
],
"include": [
"./include"
],
"libraries": [],
"libpath": [],
"dependencies": [
"@stdlib/blas/ext/base/dnanasumors",
"@stdlib/blas/base/shared",
"@stdlib/strided/base/stride2offset"
]
},
{
"task": "test",
"src": [
Expand Down

0 comments on commit 547ec5b

Please sign in to comment.