Skip to content

Commit 1dfe968

Browse files
authored
Add library.json for mquickjs
1 parent 84d793e commit 1dfe968

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

library.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"name": "mquickjs",
3+
"version": "0.0.1",
4+
"frameworks": "*",
5+
"platforms": "*",
6+
"build": {
7+
"libArchive": false,
8+
"srcFilter": [
9+
"+<mquickjs.c>",
10+
"+<cutils.c>",
11+
"+<dtoa.c>",
12+
"+<libm.c>"
13+
]
14+
}
15+
}

0 commit comments

Comments
 (0)