Fields

dest_dir: Dir = .default,

Which installation directory to put the main output file into.

pdb_dir: Dir = .default,
h_dir: Dir = .default,
implib_dir: Dir = .default,
dylib_symlinks: ?bool = null,

Whether to install symlinks along with dynamic libraries.

dest_sub_path: ?[]const u8 = null,

If non-null, adds additional path components relative to bin dir, and overrides the basename of the Compile step for installation purposes.

Types