vezel-dev / zig-sdk

An MSBuild SDK for building Zig, C, and C++ projects using the Zig compiler.

Home Page:https://docs.vezel.dev/zig-sdk

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add prepopulated `PublicCHeader` and `PublicCxxHeader` items

alexrp opened this issue · comments

These would work like CHeader and CxxHeader, but would only be populated with headers in the PublicHeadersPath (if set).

This is not really going to be possible to do due to ordering (PublicHeadersPath is set after we populate these item groups).

This was just a nice-to-have; I don't have any particularly compelling use case for it. So I'll close this for now.