blob: 68c3bfef8d8cb788083e3749b2d28fc79df0f042 [file] [log] [blame]
agsantosd09cc6d2020-11-06 17:34:46 -05001{
2 "name": "HelloWorld",
agsantosc9181b42020-11-26 12:03:04 -05003 "version": "1.0.1",
agsantosd09cc6d2020-11-06 17:34:46 -05004 "extractLibs": false,
5 "deps": [
6 "ffmpeg",
7 "opencv"
8 ],
9 "defines": [],
10 "custom_scripts": {
11 "pre_build": [
12 "mkdir msvc"
13 ],
14 "build": [
15 "cmake --build ./msvc --config Release"
16 ],
17 "post_build": []
18 }
19}