Ryan Lavin
Results
1
issues of
Ryan Lavin
CMakeSettings.json is a VS only tool. [CMakePresets](https://cmake.org/cmake/help/latest/manual/cmake-presets.7.html) is the official CMake solution to the same problem based on CMakeSettings.json. CMakePresets has a few advantages over CMakeSettings: 1. Can be used...
enhancement