blob: 85d99d202c04bdfde1fb2fffd998004298ef0724 [file] [log] [blame]
Aline Gondim Santos329f8622022-11-08 08:04:22 -03001{
2 "name": "WhisperTranscript",
Aline Gondim Santos53e428f2023-08-08 10:34:10 -03003 "version": "1.0.1",
Aline Gondim Santos329f8622022-11-08 08:04:22 -03004 "extractLibs": false,
Xavier Jouslin de Noray767ea702023-07-17 15:22:42 -04005 "deps": [
6 "opendht"
7 ],
Aline Gondim Santos329f8622022-11-08 08:04:22 -03008 "defines": [
Aline Gondim Santos329f8622022-11-08 08:04:22 -03009 "TESTPROCESS=False"
10 ],
11 "custom_scripts": {
12 "pre_build": [
13 "mkdir msvc"
14 ],
15 "build": [
16 "cmake --build ./msvc --config Release"
17 ],
18 "post_build": []
19 }
20}