Note: This API documentation is for FAKE version 4. The migration API documentation can be found here. The API documentation for the new fake 5 modules can be found here

CMakeBuildParams

The CMakeBuild parameter type.

Record Fields

Record FieldDescription
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.

Config
Signature: string

The build configuration to use (e.g. Release). Equivalent to the --config <cfg> option. Not supported by every generator.

Target
Signature: string

The CMake target to build instead of the default one. Equivalent to the --target <target> option.

Timeout
Signature: TimeSpan

The CMake execution timeout.

ToolPath
Signature: string

The location of the CMake executable. Automatically found if null or empty.