Revert accidental deletion

This commit is contained in:
oli414 2018-05-01 18:14:03 +02:00
parent 126881cc8a
commit 8beec7a238
1 changed files with 21 additions and 0 deletions

21
.vs/CMakeSettings.json Normal file
View File

@ -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"
}
]
}
]
}