Hey,
I have a CMake project with a few configurations in a CMakeSettings.json file.
Is there a simple way to build one (or all) of the configurations defined in that file from the command line?
Right now I don't see a way to do it without repeating the configuration in a batch file or parsing it out of the json.
Thank you,
Alex