Skip to content

Commit

Permalink
Makes the standard cmake build as "x64-Release"
Browse files Browse the repository at this point in the history
  • Loading branch information
dudantas authored Apr 22, 2021
1 parent 458f152 commit 325a61e
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,6 @@ StyleCopReport.xml
*.pidb
*.svclog
*.scc
CMakeSettings.json

# Chutzpah Test files
_Chutzpah*
Expand Down
15 changes: 15 additions & 0 deletions CMakeSettings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"configurations": [
{
"name": "x64-Release",
"generator": "Ninja",
"configurationType": "Release",
"buildRoot": "${projectDir}\\out\\build\\${name}",
"installRoot": "${projectDir}\\out\\install\\${name}",
"cmakeCommandArgs": "",
"buildCommandArgs": "",
"ctestCommandArgs": "",
"inheritEnvironments": [ "msvc_x64_x64" ]
}
]
}

0 comments on commit 325a61e

Please sign in to comment.