summaryrefslogtreecommitdiffstats
path: root/Help/guide/tutorial/Step6/CMakePresets.json
blob: b8ca15f220eb82e44de37d3f107eca6ecd77b853 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
  "version": 4,
  "configurePresets": [
    {
      "name": "tutorial",
      "displayName": "Tutorial Preset",
      "description": "Preset to use with the tutorial",
      "binaryDir": "${sourceDir}/build",
      "cacheVariables": {
        "TUTORIAL_USE_STD_SQRT": "OFF"
      }
    }
  ]
}