OBSOLETE
This API is obsolete. There is no alternative in FAKE 5 yet. You can help by porting this module.
CMake
Contains tasks which allow to use CMake to build CMakeLists files.
See Samples/CMakeSupport
for usage examples.
Functions and values
Function or value | Description |
Build(setParams)
Signature: setParams:(CMakeBuildParams -> CMakeBuildParams) -> unit
Attributes: [<Obsolete("This API is obsolete. There is no alternative in FAKE 5 yet. You can help by porting this module.")>] |
OBSOLETEThis API is obsolete. There is no alternative in FAKE 5 yet. You can help by porting this module. Calls Parameters
|
CMakeBuildDefaults
Signature: CMakeBuildParams
Attributes: [<Obsolete("This API is obsolete. There is no alternative in FAKE 5 yet. You can help by porting this module.")>] |
OBSOLETEThis API is obsolete. There is no alternative in FAKE 5 yet. You can help by porting this module. The default option set given to CMakeBuild. |
CMakeGenerateDefaults
Signature: CMakeGenerateParams
Attributes: [<Obsolete("This API is obsolete. There is no alternative in FAKE 5 yet. You can help by porting this module.")>] |
OBSOLETEThis API is obsolete. There is no alternative in FAKE 5 yet. You can help by porting this module. The default option set given to CMakeGenerate. |
Generate(setParams)
Signature: setParams:(CMakeGenerateParams -> CMakeGenerateParams) -> unit
Attributes: [<Obsolete("This API is obsolete. There is no alternative in FAKE 5 yet. You can help by porting this module.")>] |
OBSOLETEThis API is obsolete. There is no alternative in FAKE 5 yet. You can help by porting this module. Calls Parameters
|