Email or username:

Password:

Forgot your password?
Top-level
mcc

2. This one's weirder. Our CMake Target "Projects" were created automatically, using the automatic… wizard… thing, that Visual Studio asks you if you want to run it when it detects CMakeLists.txt. Each of these projects generated a CMakeSettings.json. However, it generated them *in the directory with the CMakeLists*. For one of our CMakeLists, this is very inconvenient because it's inside a submodule. Can I move the CMakeSettings.json into a directory other than the one with the CMakeLists?

2 comments
mcc

I realize it is entirely possible there's no hope of getting answers because we are, in fact, the first people in the history of ever to actually try to use the "CMake Targets" feature in visual studio, but I have to try

Go Up