diff --git a/CMakeSettings.json b/CMakeSettings.json index 335c9a31..76bdc918 100644 --- a/CMakeSettings.json +++ b/CMakeSettings.json @@ -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" } ] } \ No newline at end of file