Fix the sample CMakeSettings.json format

This commit is contained in:
Marek Roszko 2020-10-11 20:08:43 -04:00
parent 38f799314d
commit 3346be23df
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
"environments": [
{ "BuildDir": "${workspaceRoot}\\build" },
{ "InstallDir": "${workspaceRoot}\\build\\install" },
{ "VcPkgDir": "D:/vcpkg/" },
{ "VcPkgDir": "D:/vcpkg/" }
],
"configurations": [
{