CMakeSettings.json 706 字节
Newer Older
1 2 3 4 5 6 7
{
  "configurations": [
    {
      "name": "WSL-GCC-Debug",
      "generator": "Unix Makefiles",
      "configurationType": "Debug",
      "buildRoot": "${projectDir}\\build\\",
麦壳饼's avatar
麦壳饼 已提交
8
      "installRoot": "${projectDir}\\build\\",
9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
      "cmakeExecutable": "/usr/bin/cmake",
      "cmakeCommandArgs": "",
      "buildCommandArgs": "",
      "ctestCommandArgs": "",
      "inheritEnvironments": [ "linux_x64" ],
      "wslPath": "${defaultWSLPath}",
      "addressSanitizerRuntimeFlags": "detect_leaks=0",
      "variables": [
        {
          "name": "CMAKE_INSTALL_PREFIX",
          "value": "/mnt/d/TDengine/TDengine/build",
          "type": "PATH"
        }
      ]
    }
  ]
}