{ "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": "PADDLE_DIR", "value": "C:/projects/fluid_install_dir_win_cpu_1.6/fluid_install_dir_win_cpu_1.6", "type": "PATH" }, { "name": "CUDA_LIB", "value": "", "type": "PATH" }, { "name": "WITH_STATIC_LIB", "value": "True", "type": "BOOL" }, { "name": "WITH_MKL", "value": "True", "type": "BOOL" }, { "name": "WITH_GPU", "value": "False", "type": "BOOL" }, { "name": "WITH_ENCRYPTION", "value": "False", "type": "BOOL" }, { "name": "ENCRYPTION_DIR", "value": "", "type": "PATH" } ] } ] }