Add VS 2019 direct CMakeCache config (#98)

This commit is contained in:
JohnMcPMS 2019-04-25 10:50:02 -07:00 коммит произвёл GitHub
Родитель 3f068a35b0
Коммит 1caf94c1d7
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 7 добавлений и 1 удалений

Просмотреть файл

@ -1,6 +1,7 @@
{ {
// See https://go.microsoft.com//fwlink//?linkid=834763 for more information about this file.
"configurations": [ "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", "name": "x86-Debug",
"generator": "Ninja", "generator": "Ninja",
@ -44,6 +45,11 @@
"cmakeCommandArgs": "-DWIN32=ON", "cmakeCommandArgs": "-DWIN32=ON",
"buildCommandArgs": "-v", "buildCommandArgs": "-v",
"ctestCommandArgs": "" "ctestCommandArgs": ""
},
// The configuration generated by the makewin script
{
"name": "MakeWin",
"cacheRoot": "${projectDir}\\.vs"
} }
] ]
} }