CMake.CMakeGenerateParams Type
The CMakeGenerate parameter type.
Record fields
Record Field | Description |
Full Usage:
AdditionalArgs
Field type: string
|
|
Full Usage:
BinaryDirectory
Field type: string
|
|
Full Usage:
CacheEntriesToRemove
Field type: string list
|
|
Full Usage:
Caches
Field type: string list
|
|
Full Usage:
Generator
Field type: string
|
The native build system generator to use for writing the files.
See `cmake --help` for a list of the available entries.
*To avoid unpredictable generator usage, it is recommended to define it.*
Equivalent to the `-G
|
Full Usage:
InstallDirectory
Field type: string
|
The directory where CMake will install the generated files.
Equivalent to the `-D CMAKE_INSTALL_PREFIX:DIRPATH="
|
Full Usage:
Platform
Field type: string
|
|
Full Usage:
SourceDirectory
Field type: string
|
|
|
|
Full Usage:
ToolPath
Field type: string
|
|
Full Usage:
Toolchain
Field type: string
|
An optional toolchain file to load.
Equivalent to the `-D CMAKE_TOOLCHAIN_FILE:FILEPATH="
|
Full Usage:
Toolset
Field type: string
|
An optional toolset (!= toolchain) to use.
Equivalent to the `-T
|
|
|