CMake is a versatile build tool for C and C++ (in 99% of cases)
More...
|
| static AbsolutePath | GetLocalCMakeBin (string version=LatestVersion) |
| |
| static ValueOrError< Tool > | TryGetCMake (string version=LatestVersion) |
| | Get CMake or an error if downloading it has failed.
|
| |
|
|
static string | GetArchiveName (string version=LatestVersion) |
| |
|
| static ValueOrError< Tool > | EnsureCMake [get] |
| |
| static Tool | CMake [get] |
| | Get CMake. It throws an exception if setup has failed.
|
| |
CMake is a versatile build tool for C and C++ (in 99% of cases)
Definition at line 21 of file CMakeTasks.cs.
◆ GetLocalCMakeBin()
| static AbsolutePath Nuke.Cola.Tooling.CMakeTasks.GetLocalCMakeBin |
( |
string | version = LatestVersion | ) |
|
|
static |
◆ TryGetCMake()
| static ValueOrError< Tool > Nuke.Cola.Tooling.CMakeTasks.TryGetCMake |
( |
string | version = LatestVersion | ) |
|
|
static |
Get CMake or an error if downloading it has failed.
◆ LatestVersion
| const string Nuke.Cola.Tooling.CMakeTasks.LatestVersion = "4.1.2" |
|
static |
◆ CMake
| Tool Nuke.Cola.Tooling.CMakeTasks.CMake |
|
staticget |
Get CMake. It throws an exception if setup has failed.
Definition at line 94 of file CMakeTasks.cs.
◆ EnsureCMake
| ValueOrError<Tool> Nuke.Cola.Tooling.CMakeTasks.EnsureCMake |
|
staticget |
The documentation for this class was generated from the following file:
- /home/runner/work/md.Nuke.Cola/md.Nuke.Cola/md.Nuke.Cola/Tooling/CMakeTasks.cs