You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
An MSBuild SDK for building Zig, C, and C++ projects using the Zig
compiler.
The Zig SDK is an
MSBuild SDK
that augments the .NET SDK with the ability to build Zig, C, and C++ projects.
With support for multiple programming languages, cross-compilation, NuGet
packaging, and more, the Zig SDK makes it trivial to author native
components as part of your .NET solution - without all the hassle that is
usually part and parcel of building and packaging native code. These features
are powered by the Zig toolchain.
Usage
This project offers the following packages:
Package
Description
Downloads
Provides the MSBuild SDK and associated tasks.
To install an SDK package in a project, add it to your global.json under the
msbuild-sdks property.
You will need the .NET SDK installed. Simply run ./cake
(a Bash script) to build artifacts. You can
also use ./cake pack if you do not want to build the documentation (which
requires Node.js).
License
This project is licensed under the terms found in
LICENSE-0BSD.