summaryrefslogtreecommitdiffstats
path: root/Help/guide/tutorial/Step3/CMakePresets.json
blob: 33f5968425a64b7ee7f2f92d99b2065765048dd6 (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",
      "TODO8": "Set the build directory",
      "cacheVariables": {
        "TODO9": "Set the C++ standard version"
      }
    }
  ]
}