Newer
Older
mbed-os / UNITTESTS / CMakeSettings.json
@Lari-Matias Orjala Lari-Matias Orjala on 27 Aug 2018 862 bytes Add unit testing framework
{
  "configurations": [
    {
      "name": "GNU-Debug",
      "generator": "Ninja",
      "configurationType": "Debug",
      "inheritEnvironments": [ "mingw64" ],
      "buildRoot": "${env.USERPROFILE}\\CMakeBuilds\\${workspaceHash}\\build\\${name}",
      "installRoot": "${env.USERPROFILE}\\CMakeBuilds\\${workspaceHash}\\install\\${name}",
      "environments": [
        {
          "environment": "mingw64"
        }
      ]
    },
    {
      "name": "GNU-Release",
      "generator": "Ninja",
      "configurationType": "Release",
      "inheritEnvironments": [ "mingw64" ],
      "buildRoot": "${env.USERPROFILE}\\CMakeBuilds\\${workspaceHash}\\build\\${name}",
      "installRoot": "${env.USERPROFILE}\\CMakeBuilds\\${workspaceHash}\\install\\${name}",
      "environments": [
        {
          "environment": "mingw64"
        }
      ]
    }
  ]
}