Cake.CMake

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(CMakeSettings) Runs CMake with the specified source path and settings.
CMake(DirectoryPath, CMakeSettings) Runs CMake with the specified source path and settings.
CMakeBuild(CMakeBuildSettings) Runs CMake with the specified source path and settings.