Skip to content

Commit

Permalink
Add a default / example CMakeSettings.json for VS
Browse files Browse the repository at this point in the history
  • Loading branch information
IntelOrca committed Apr 13, 2018
1 parent f24b1bd commit fc83f72
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .vs/CMakeSettings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"configurations": [
{
"name": "x64-Debug",
"inheritEnvironments": [ "msvc_x64_x64" ],
"generator": "Ninja",
"buildRoot": "${env.LOCALAPPDATA}\\CMakeBuild\\${workspaceHash}\\build\\${name}",
"configurationType": "Debug",
"variables": [
{
"name": "VCPKG_TARGET_TRIPLET",
"value": "x64-windows-winssl"
},
{
"name": "CMAKE_TOOLCHAIN_FILE",
"value": "C:\\vcpkg\\scripts\\buildsystems\\vcpkg.cmake"
}
]
}
]
}

0 comments on commit fc83f72

Please sign in to comment.