OBSOLETE
This API is obsolete. There is no alternative in FAKE 5 yet. You can help by porting this module.
CMakeGenerateParams
The CMakeGenerate parameter type.
Record Fields
Record Field | Description |
AdditionalArgs
Signature: string
|
A character string containing additional arguments to give to CMake. |
BinaryDirectory
Signature: string
|
The binary build directory where CMake will generate the files. |
CacheEntriesToRemove
Signature: string list
|
Remove matching entries from CMake cache.
Equivalent to the |
Caches
Signature: string list
|
A list of the optional CMake cache files to load.
Equivalent to the |
Generator
Signature: string
|
The native build system generator to use for writing the files.
See |
InstallDirectory
Signature: string
|
The directory where CMake will install the generated files.
Equivalent to the |
Platform
Signature: string
|
An optional CMake platform.
Equivalent to the |
SourceDirectory
Signature: string
|
The source directory which should include a |
Timeout
Signature: TimeSpan
|
The CMake execution timeout. |
Toolchain
Signature: string
|
An optional toolchain file to load.
Equivalent to the |
ToolPath
Signature: string
|
The location of the CMake executable. Automatically found if null or empty. |
Toolset
Signature: string
|
An optional toolset (!= toolchain) to use.
Equivalent to the |
Variables
Signature: CMakeVariable list
|
A list of every variable to pass as a CMake argument.
Equivalent to the |