Addin that extends Cake with CMake support.
#addin nuget:?package=Cake.CMake&version=1.2.0
<package id="Cake.CMake" version="1.2.0" />
dotnet add package Cake.CMake --version 1.2.0
<PackageReference Include="Cake.CMake" Version="1.2.0" />
Aliases
Contains functionality to running CMake.
General
CMake |
Runs CMake with the specified source path and settings. |
CMake |
Runs CMake with the specified source path and settings. |
CMakeBuild |
Runs CMake with the specified source path and settings. |