Files
cgproxy/.vscode/settings.json
2020-07-15 01:02:10 +08:00

7 lines
138 B
JSON

{
"cmake.configureOnOpen": true,
"cmake.configureArgs": [
"-Dbuild_static=OFF",
"-Dbuild_execsnoop_dl=OFF"
]
}