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.CMakeVariable Type

A CMake variable.

Record fields

Record Field Description

Name

Full Usage: Name

Field type: string

The name of the variable. It cannot contains spaces and special characters.

Field type: string

Value

Full Usage: Value

Field type: CMakeValue

The value of the variable. Will be automatically converted to the CMake format when required.

Field type: CMakeValue