blob: 8d6d69e70fc610e70b846456b58bf19521cd0d40 [file] [log] [blame]
agsantosc9181b42020-11-26 12:03:04 -05001{
2 "name": "AudioFilter",
Aline Gondim Santos9bd153e2022-08-25 10:49:23 -03003 "version": "1.0.0",
agsantosc9181b42020-11-26 12:03:04 -05004 "extractLibs": false,
5 "deps": [
Aline Gondim Santosba981bb2022-08-02 14:28:04 -03006 "fmt",
Aline Gondim Santos9bd153e2022-08-25 10:49:23 -03007 "yaml-cpp"
agsantosc9181b42020-11-26 12:03:04 -05008 ],
Aline Gondim Santos9bd153e2022-08-25 10:49:23 -03009 "defines": [
10 "TESTPROCESS=False"
11 ],
agsantosc9181b42020-11-26 12:03:04 -050012 "custom_scripts": {
13 "pre_build": [
14 "mkdir msvc"
15 ],
16 "build": [
17 "cmake --build ./msvc --config Release"
18 ],
19 "post_build": []
20 }
21}