blob: 1206532ee92d5239b2e24164bdb8c579729789ee [file] [log] [blame]
agsantosc9181b42020-11-26 12:03:04 -05001{
2 "name": "AudioFilter",
3 "version": "0.1.0",
4 "extractLibs": false,
5 "deps": [
Aline Gondim Santosba981bb2022-08-02 14:28:04 -03006 "fmt",
agsantosc9181b42020-11-26 12:03:04 -05007 "ffmpeg"
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}