Browse Source

Fix the sample CMakeSettings.json format

6.0.7
Marek Roszko 5 years ago
parent
commit
3346be23df
  1. 2
      CMakeSettings.json.sample

2
CMakeSettings.json.sample

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

Loading…
Cancel
Save