We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 032db98 + 1c21006 commit d16c708Copy full SHA for d16c708
.gitignore
@@ -1,3 +1,2 @@
1
.vs/
2
-build/
3
-install/
+artifact/
CMakePresets.json
@@ -5,8 +5,8 @@
5
"name": "windows-base",
6
"hidden": true,
7
"generator": "Ninja",
8
- "binaryDir": "${sourceDir}/build/${presetName}",
9
- "installDir": "${sourceDir}/install/${presetName}",
+ "binaryDir": "${sourceDir}/artifact/build/${presetName}",
+ "installDir": "${sourceDir}/artifact/install/${presetName}",
10
"cacheVariables": {
11
"CMAKE_C_COMPILER": "gcc",
12
"CMAKE_CXX_COMPILER": "g++"
0 commit comments