FAKE - F# Make - A DSL for build tasks and more FAKE
6.0.0

Lookig for older versions of the documentation, pre FAKE v6? See 

v5.fake.build

CMake.CMakeBuildParams Type

The CMakeBuild parameter type.

Record fields

Record Field Description

AdditionalArgs

Full Usage: AdditionalArgs

Field type: string

A character string containing additional arguments to give to CMake.

Field type: string

BinaryDirectory

Full Usage: BinaryDirectory

Field type: string

The binary build directory where CMake will generate the files.

Field type: string

Config

Full Usage: Config

Field type: string

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

Field type: string

Target

Full Usage: Target

Field type: string

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

Field type: string

Timeout

Full Usage: Timeout

Field type: TimeSpan

The CMake execution timeout.

Field type: TimeSpan

ToolPath

Full Usage: ToolPath

Field type: string

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

Field type: string