Allow modules to have private and public include directories #18439
Labels
proposal
This issue suggests modifications. If it also has the "accepted" label then it is planned.
zig build system
std.Build, the build runner, `zig build` subcommand, package management
Milestone
Follow-up from #18160:
After reading the source i've seen that modules now have a
include_dirs
property which is neat. But what i've figured is that some modules will require private and public include directories.The private ones are required to build the C source code of the modules, but the public ones are required for using the module, so it would be useful to be able to either make them available to all other modules, or just to the ones depending on it
The text was updated successfully, but these errors were encountered: