summaryrefslogtreecommitdiffstats
path: root/Help/guide/tutorial/Step10/TutorialProject/CMakePresets.json
blob: 3926cac0c05b5a75868dd9a47f9113bd200e7486 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
  "version": 4,
  "configurePresets": [
    {
      "name": "tutorial",
      "displayName": "Tutorial Preset",
      "description": "Preset to use with the tutorial",
      "binaryDir": "${sourceDir}/build",
      "cacheVariables": {
        "TODO4": "Add ${sourceParentDir}/install to CMAKE_PREFIX_PATH",
        "TUTORIAL_USE_STD_SQRT": "OFF",
        "TUTORIAL_ENABLE_IPO": "OFF"
      }
    }
  ]
}