fn anonymousDependency(b: *Build, relative_build_root: []const u8, comptime build_zig: type, args: anytype) *Dependency
[src]
Parameters
b: *Build,
relative_build_root: []const u8,
The path to the directory containing the dependency’s build.zig file, relative to the current package’s build.zig.
build_zig: type,
A direct @import
of the build.zig of the dependency.
args: anytype,