blob: 73dcfb982afe87522548396d136e19bbaf7167d5 [file] [log] [blame]
Aline Gondim Santos329f8622022-11-08 08:04:22 -03001{
2 "name": "WhisperTranscript",
3 "version": "0.0.0",
4 "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}