vezel-dev / zig-sdk

An MSBuild SDK for building Zig, C, and C++ projects using the Zig compiler.
https://docs.vezel.dev/zig-sdk
BSD Zero Clause License
56 stars 2 forks source link

Support `-femit-h` for Zig projects #27

Open alexrp opened 3 years ago

alexrp commented 3 years ago

This allows generating a header file for C/C++ code to consume a Zig library.

alexrp commented 3 years ago

This is going to be a Zig stage 2 feature. It isn't complete yet.

alexrp commented 2 years ago

See: ziglang/zig#9698

alexrp commented 1 month ago

https://github.com/ziglang/zig/pull/20353