| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647 |
- {
- "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"
- },
- {
- "name": "GLOG_DIR",
- "value": "/path/to/glog",
- "type": "PATH"
- }
- ]
- }
- ]
- }
|