| 123456789101112131415161718192021222324252627 |
- {
- "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_LIB",
- "value": "C:/projetcs/inference_engine",
- "type": "PATH"
- }
- ]
- }
- ]
- }
|