CMakeRunnerBase<TSettings>.

Run(TSettings) Method

Summary

Runs the tool using the specified settings.
Assembly
Cake.CMake.dll
Namespace
Cake.CMake
Containing Type
CMakeRunnerBase<TSettings>

Syntax

public abstract void Run(TSettings settings)

Parameters

Name Type Description
settings TSettings The settings.

Return Value

Type Description
void