I'm using CMake in my project and I'm beginning to explore the possibilities of CMakePresets
I managed to create a default windows preset. Currently my Windows default preset sets the CMAKE_BUILD_TYPE to debug. now I'd like to select the config in the left drop-down and the Build Type in the right drop-down (see image)
Is this somehow possible?
Thx for your help