| 123456789101112131415161718192021222324252627282930313233343536373839404142 |
- {
- "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": "/path/to/opencv",
- "type": "PATH"
- },
- {
- "name": "OPENVINO_DIR",
- "value": "C:/Program Files (x86)/IntelSWTools/openvino/deployment_tools/inference_engine",
- "type": "PATH"
- },
- {
- "name": "NGRAPH_LIB",
- "value": "C:/Program Files (x86)/IntelSWTools/openvino/deployment_tools/ngraph/lib",
- "type": "PATH"
- },
- {
- "name": "GFLAGS_DIR",
- "value": "/path/to/gflags",
- "type": "PATH"
- },
- {
- "name": "WITH_STATIC_LIB",
- "value": "True",
- "type": "BOOL"
- }
- ]
- }
- ]
- }
|