Fix the sample CMakeSettings.json format
This commit is contained in:
parent
38f799314d
commit
3346be23df
|
@ -2,7 +2,7 @@
|
||||||
"environments": [
|
"environments": [
|
||||||
{ "BuildDir": "${workspaceRoot}\\build" },
|
{ "BuildDir": "${workspaceRoot}\\build" },
|
||||||
{ "InstallDir": "${workspaceRoot}\\build\\install" },
|
{ "InstallDir": "${workspaceRoot}\\build\\install" },
|
||||||
{ "VcPkgDir": "D:/vcpkg/" },
|
{ "VcPkgDir": "D:/vcpkg/" }
|
||||||
],
|
],
|
||||||
"configurations": [
|
"configurations": [
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue