Add VS 2019 direct CMakeCache config (#98)
This commit is contained in:
Родитель
3f068a35b0
Коммит
1caf94c1d7
|
@ -1,6 +1,7 @@
|
|||
{
|
||||
// See https://go.microsoft.com//fwlink//?linkid=834763 for more information about this file.
|
||||
"configurations": [
|
||||
// We don't work... need some work to translate makewin script settings.
|
||||
// In VS 2019, the MakeWin config is the easiest to use.
|
||||
{
|
||||
"name": "x86-Debug",
|
||||
"generator": "Ninja",
|
||||
|
@ -44,6 +45,11 @@
|
|||
"cmakeCommandArgs": "-DWIN32=ON",
|
||||
"buildCommandArgs": "-v",
|
||||
"ctestCommandArgs": ""
|
||||
},
|
||||
// The configuration generated by the makewin script
|
||||
{
|
||||
"name": "MakeWin",
|
||||
"cacheRoot": "${projectDir}\\.vs"
|
||||
}
|
||||
]
|
||||
}
|
Загрузка…
Ссылка в новой задаче