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 CMake(this ICakeContext context, CMakeSettings settings)Attributes
| Type | Description | 
|---|---|
| Cake | 
Parameters
| Name | Type | Description | 
|---|---|---|
| context | ICakeContext | The context. | 
| settings | CMakeSettings | The settings. | 
Return Value
| Type | Description | 
|---|---|
| void | 
