CMakeBuildRunner.

CMakeBuildRunner(IFileSystem, ICakeEnvironment, IProcessRunner, IToolLocator) Constructor

Summary

Initializes a new instance of the CMakeBuildRunner class.
Assembly
Cake.CMake.dll
Namespace
Cake.CMake
Containing Type
CMakeBuildRunner

Syntax

public CMakeBuildRunner(IFileSystem fileSystem, ICakeEnvironment environment, IProcessRunner processRunner, IToolLocator toolLocator)

Parameters

Name Type Description
fileSystem IFileSystem The file system.
environment ICakeEnvironment The environment.
processRunner IProcessRunner The process runner.
toolLocator IToolLocator The tool locator.

Return Value

Type Description
void