{ "configurations": [ { "name": "x64-Release", "generator": "Ninja", "configurationType": "RelWithDebInfo", "inheritEnvironments": [ "msvc_x64_x64" ], "buildRoot": "${projectDir}\\out\\build\\${name}", "installRoot": "${projectDir}\\out\\install\\${name}", "cmakeCommandArgs": "", "buildCommandArgs": "-v", "ctestCommandArgs": "", "variables": [ { "name": "OPENCV_DIR", "value": "C:/projects/opencv", "type": "PATH" }, {
"name": "OPENVINO_DIR", "value": "C:/projetcs/inference_engine",
"type": "PATH" } ] } ]
}