The language compilers.
The key lang
is the language, as in CMAKE_<lang>_COMPILER
.
The corresponding value is a path to a compiler for that language.
Additional environment variables for the kit
If true
, keep this kit around even if it seems out-of-date
The name of the kit
The preferred CMake generator for this kit
Path to a CMake toolchain file.
The visual studio name. This corresponds to a name returned by vswhere
,
and is used to look up the path to the VS installation when the user
selects this kit
The architecture for the kit. This is used when asking for the architecture from the dev environment batch file.
Generated using TypeDoc
Additional settings to pass to CMake