Skip to content

Commit

Permalink
Visual Studio CMake configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
aliakseis committed Nov 4, 2018
1 parent b8b60f5 commit cd9facc
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions CMakeSettings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"configurations": [
{
"name": "x86-Release",
"generator": "Ninja",
"configurationType": "RelWithDebInfo",
"inheritEnvironments": [
"msvc_x86"
],
"buildRoot": "${projectDir}/build/${name}",
"installRoot": "${projectDir}/install/${name}",
"cmakeCommandArgs": "",
"buildCommandArgs": "-v",
"ctestCommandArgs": ""
}
]
}

0 comments on commit cd9facc

Please sign in to comment.