blob: 415ccf7ba22462246d579d7cfe289a9d98e80e24 [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": [
Aline Gondim Santosba981bb2022-08-02 14:28:04 -03006 "fmt",
agsantosd09cc6d2020-11-06 17:34:46 -05007 "ffmpeg",
8 "opencv"
9 ],
10 "defines": [],
11 "custom_scripts": {
12 "pre_build": [
13 "mkdir msvc"
14 ],
15 "build": [
16 "cmake --build ./msvc --config Release"
17 ],
18 "post_build": []
19 }
20}