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
CMakeVariable
A CMake variable.
Record Fields
Record Field | Description |
Name
Signature: string
|
The name of the variable. It cannot contains spaces and special characters. |
Value
Signature: CMakeValue
|
The value of the variable. Will be automatically converted to the CMake format when required. |