Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/microsoft/GSL.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'CMakeSettings.json')
-rw-r--r--CMakeSettings.json18
1 files changed, 18 insertions, 0 deletions
diff --git a/CMakeSettings.json b/CMakeSettings.json
new file mode 100644
index 0000000..2e1ad24
--- /dev/null
+++ b/CMakeSettings.json
@@ -0,0 +1,18 @@
+{
+ "configurations": [
+ {
+ "name": "x64-Debug",
+ "generator": "Ninja",
+ "configurationType": "Debug",
+ "inheritEnvironments": [
+ "msvc_x64_x64"
+ ],
+ "buildRoot": "${env.USERPROFILE}\\CMakeBuilds\\${workspaceHash}\\build\\${name}",
+ "installRoot": "${env.USERPROFILE}\\CMakeBuilds\\${workspaceHash}\\install\\${name}",
+ "cmakeCommandArgs": "-DGSL_CXX_STANDARD=17",
+ "buildCommandArgs": "-v",
+ "ctestCommandArgs": "",
+ "codeAnalysisRuleset": "CppCoreCheckRules.ruleset"
+ }
+ ]
+} \ No newline at end of file