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.
Syntax
public static void CMake(this ICakeContext context, DirectoryPath sourcePath, CMakeSettings settings)
Attributes
Type |
Description |
CakeMethodAliasAttribute |
|
Parameters
Name |
Type |
Description |
context |
ICakeContext |
The context. |
sourcePath |
DirectoryPath |
The source path. |
settings |
CMakeSettings |
The settings. |
Return Value