A .NET library that helps you call CMake from C# codes via a VSCode-style flow.
Info
Version: | 1.6.0 |
Author(s): | QIQI |
Last Update: | Monday, October 3, 2022 |
.NET Fiddle: | Create the first Fiddle |
NuGet Url: | https://www.nuget.org/packages/QIQI.CMakeCaller |
Install
Install-Package QIQI.CMakeCaller
dotnet add package QIQI.CMakeCaller
paket add QIQI.CMakeCaller
QIQI.CMakeCaller Download (Unzip the "nupkg" after downloading)
Dependencies
- BlackFox.VsWhere(>= 1.1.0)
- Newtonsoft.Json(>= 12.0.3)
- System.Runtime(>= 4.3.1)
- System.Text.RegularExpressions(>= 4.3.1)