1 parent a33beb1 commit 6b836e2Copy full SHA for 6b836e2
2 files changed
.gitignore
@@ -30,6 +30,8 @@ CTestTestfile.cmake
30
# ===== OS =====
31
.DS_Store
32
Thumbs.db
33
+# ===== Other =====
34
Step1/.cache/clangd/index/MathFunctions.cxx.202E5E417D0E2065.idx
35
Step1/.cache/clangd/index/MathFunctions.h.25429671B54EAD80.idx
36
Step1/.cache/clangd/index/Tutorial.cxx.704C168B3F6B49A5.idx
37
+.cache/
Step3/CMakePresets.json
@@ -5,9 +5,10 @@
5
"name": "tutorial",
6
"displayName": "Tutorial Preset",
7
"description": "Preset to use with the tutorial",
8
- "TODO8": "Set the build directory",
+ "binaryDir": "${sourceDir}/build",
9
"cacheVariables": {
10
- "TODO9": "Set the C++ standard version"
+ "CMAKE_CXX_STANDARD": "17",
11
+ "CMAKE_EXPORT_COMPILE_COMMANDS":"On"
12
}
13
14
]
0 commit comments