CMakeBuildSettings.

Targets Property

Summary

Gets or sets the targets. Build passed target instead of the default target.
Assembly
Cake.CMake.dll
Namespace
Cake.CMake
Containing Type
CMakeBuildSettings

Syntax

public ICollection<string> Targets { get; set; }

Remarks

--target <tgt>..., -t <tgt>...

Value

Type Description
ICollection<string> The targets.