CMakeAliases Class

Summary

Contains functionality to running CMake.
Assembly
Cake.CMake.dll
Namespace
Cake.CMake
Base Types
  • Object
graph BT Type-->Base0["Object"] Type["CMakeAliases"] class Type type-node

Syntax

public static class CMakeAliases

Attributes

Type Description
CakeAliasCategoryAttribute

Methods

Name Value Summary
CMake(ICakeContext, CMakeSettings) void
Runs CMake with the specified source path and settings.
static
CMake(ICakeContext, DirectoryPath, CMakeSettings) void
Runs CMake with the specified source path and settings.
static
CMakeBuild(ICakeContext, CMakeBuildSettings) void
Runs CMake with the specified source path and settings.
static

Extension Methods

Name Value Summary
ToDictionary() IDictionary<string, object>
Requires the Cake.DeployParams addin