From 8beec7a2389d2516204f187456b90cb95d51d676 Mon Sep 17 00:00:00 2001 From: oli414 Date: Tue, 1 May 2018 18:14:03 +0200 Subject: [PATCH] Revert accidental deletion --- .vs/CMakeSettings.json | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 .vs/CMakeSettings.json diff --git a/.vs/CMakeSettings.json b/.vs/CMakeSettings.json new file mode 100644 index 0000000000..0e32f3a202 --- /dev/null +++ b/.vs/CMakeSettings.json @@ -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" + } + ] + } + ] +}