CMakeSettings.json 975 字节
Newer Older
W
wuzewu 已提交
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37
{
  "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": "CUDA_LIB",
          "value": "C:/PaddleDeploy/cudalib/v8.0/lib/x64",
          "type": "PATH"
        },
        {
          "name": "OPENCV_DIR",
          "value": "C:/PaddleDeploy/opencv",
          "type": "PATH"
        },
        {
          "name": "PADDLE_DIR",
          "value": "C:/PaddleDeploy/fluid_inference",
          "type": "PATH"
        },
        {
          "name": "CMAKE_BUILD_TYPE",
          "value": "Release",
          "type": "STRING"
        }
      ]
    }
  ]
}