This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see Cake.CMake.
Summary
Runs CMake with the specified source path and settings.
- Assembly
- Cake
.CMake .dll - Namespace
- Cake
.CMake - Containing Type
- CMakeAliases
Syntax
public static void CMakeBuild(this ICakeContext context, CMakeBuildSettings settings)
Attributes
| Type | Description |
|---|---|
| Cake |
Parameters
| Name | Type | Description |
|---|---|---|
| context | ICakeContext | The context. |
| settings | CMakeBuildSettings | The settings. |
Return Value
| Type | Description |
|---|---|
| void |
