Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Kitware
GitHub Repository: Kitware/CMake
Path: blob/master/Help/guide/tutorial/Step3/CMakePresets.json
5017 views
1
{
2
"version": 4,
3
"configurePresets": [
4
{
5
"name": "tutorial",
6
"displayName": "Tutorial Preset",
7
"description": "Preset to use with the tutorial",
8
"TODO8": "Set the build directory",
9
"cacheVariables": {
10
"TODO9": "Set the C++ standard version"
11
}
12
}
13
]
14
}
15
16