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
CMakeValue
The possible variable value types for CMake variables.
Union Cases
Union Case | Description |
CMakeBoolean(bool)
Signature: bool
|
|
CMakeDirPath(string)
Signature: string
|
|
CMakeFilePath(string)
Signature: string
|
|
CMakeString(string)
Signature: string
|