fn addAnonymousModule(cs: *Compile, name: []const u8, options: std.Build.CreateModuleOptions) void
[src]
Adds a module to be used with @import
without exposing it in the current package’s module table.
fn addAnonymousModule(cs: *Compile, name: []const u8, options: std.Build.CreateModuleOptions) void
Adds a module to be used with @import
without exposing it in the current package’s module table.