Addin that extends Cake with CMake support.
#addin nuget:?package=Cake.CMake&version=1.4.0
dotnet add package Cake.CMake --version 1.4.0
<PackageReference Include="Cake.CMake" Version="1.4.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. |